Home
last modified time | relevance | path

Searched refs:OPFLAG_AUXDELETE (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Ddelete.c841 sqlite3VdbeChangeP5(v, OPFLAG_AUXDELETE); in sqlite3GenerateRowDelete()
H A Dvdbe.c5728 assert( (pOp->p5 & ~(OPFLAG_SAVEPOSITION|OPFLAG_AUXDELETE))==0 ); in sqlite3VdbeExec()
5730 assert( OPFLAG_AUXDELETE==BTREE_AUXDELETE ); in sqlite3VdbeExec()
5735 && (pOp->p5 & OPFLAG_AUXDELETE)==0 in sqlite3VdbeExec()
H A DsqliteInt.h3812 #define OPFLAG_AUXDELETE 0x04 /* OP_Delete: index in a DELETE op */ macro