Home
last modified time | relevance | path

Searched refs:sqlite3BtreeDelete (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.h263 int sqlite3BtreeDelete(BtCursor*, u8 flags);
H A Dvdbe.c5746 rc = sqlite3BtreeDelete(pC->uc.pCursor, pOp->p5); in sqlite3VdbeExec()
6379 rc = sqlite3BtreeDelete(pCrsr, BTREE_AUXDELETE); in sqlite3VdbeExec()
H A Dbtree.c9416 int sqlite3BtreeDelete(BtCursor *pCur, u8 flags){ in sqlite3BtreeDelete() function
/sqlite-3.40.0/test/
H A Dwindowfault.test167 # to sqlite3BtreeDelete(). An error is simulated within the seek operation
H A Ddbfuzz001.test187 # Prior to a certain fix to sqlite3BtreeDelete() and because of the