Searched refs:sqlite3BtreeCursor (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | btree.h | 234 int sqlite3BtreeCursor(
|
| H A D | test3.c | 230 rc = sqlite3BtreeCursor(pBt, iTable, wrFlag, 0, pCur); in btree_cursor()
|
| H A D | vdbe.c | 4231 rc = sqlite3BtreeCursor(pX, p2, wrFlag, pKeyInfo, pCur->uc.pCursor); in sqlite3VdbeExec() 4277 rc = sqlite3BtreeCursor(pCx->ub.pBtx, pCx->pgnoRoot, BTREE_WRCSR, in sqlite3VdbeExec() 4374 rc = sqlite3BtreeCursor(pCx->ub.pBtx, pCx->pgnoRoot, BTREE_WRCSR, in sqlite3VdbeExec() 4380 rc = sqlite3BtreeCursor(pCx->ub.pBtx, SCHEMA_ROOT, BTREE_WRCSR, in sqlite3VdbeExec()
|
| H A D | btree.c | 4601 int sqlite3BtreeCursor( in sqlite3BtreeCursor() function
|