Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h119 #define sqliteBtreeCursor(pBt, iTable, wrFlag, ppCur)\ macro
H A Dtest3.c530 rc = sqliteBtreeCursor(pBt, iTable, wrFlag, &pCur); in btree_cursor()
H A Dmain.c260 rc = sqliteBtreeCursor(db->aDb[iDb].pBt, 2, 0, &curMain); in sqliteInitOne()
H A Dvdbe.c2425 rc = sqliteBtreeCursor(pX, p2, wrFlag, &p->aCsr[i].pCursor); in sqliteVdbeExec()
2488 rc = sqliteBtreeCursor(pCx->pBt, pgno, 1, &pCx->pCursor); in sqliteVdbeExec()
2491 rc = sqliteBtreeCursor(pCx->pBt, 2, 1, &pCx->pCursor); in sqliteVdbeExec()