Searched refs:BTREE_AUXDELETE (Results 1 – 3 of 3) sorted by relevance
267 #define BTREE_AUXDELETE 0x04 /* not the primary delete operation */ macro
5730 assert( OPFLAG_AUXDELETE==BTREE_AUXDELETE ); in sqlite3VdbeExec()6379 rc = sqlite3BtreeDelete(pCrsr, BTREE_AUXDELETE); in sqlite3VdbeExec()
9433 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 ); in sqlite3BtreeDelete()