Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.h267 #define BTREE_AUXDELETE 0x04 /* not the primary delete operation */ macro
H A Dvdbe.c5730 assert( OPFLAG_AUXDELETE==BTREE_AUXDELETE ); in sqlite3VdbeExec()
6379 rc = sqlite3BtreeDelete(pCrsr, BTREE_AUXDELETE); in sqlite3VdbeExec()
H A Dbtree.c9433 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 ); in sqlite3BtreeDelete()