Searched refs:sqlite3BtreeDelete (Results 1 – 5 of 5) sorted by relevance
263 int sqlite3BtreeDelete(BtCursor*, u8 flags);
5746 rc = sqlite3BtreeDelete(pC->uc.pCursor, pOp->p5); in sqlite3VdbeExec()6379 rc = sqlite3BtreeDelete(pCrsr, BTREE_AUXDELETE); in sqlite3VdbeExec()
9416 int sqlite3BtreeDelete(BtCursor *pCur, u8 flags){ in sqlite3BtreeDelete() function
167 # to sqlite3BtreeDelete(). An error is simulated within the seek operation
187 # Prior to a certain fix to sqlite3BtreeDelete() and because of the