Home
last modified time | relevance | path

Searched refs:sqlite3BtreeCursor (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.h234 int sqlite3BtreeCursor(
H A Dtest3.c230 rc = sqlite3BtreeCursor(pBt, iTable, wrFlag, 0, pCur); in btree_cursor()
H A Dvdbe.c4231 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 Dbtree.c4601 int sqlite3BtreeCursor( in sqlite3BtreeCursor() function