Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dbtree.h122 #define sqliteBtreeCursor(pBt, iTable, wrFlag, ppCur)\ macro
H A Dtest3.c533 rc = sqliteBtreeCursor(pBt, iTable, wrFlag, &pCur); in btree_cursor()
H A Dmain.c263 rc = sqliteBtreeCursor(db->aDb[iDb].pBt, 2, 0, &curMain); in sqliteInitOne()
H A Dvdbe.c2427 rc = sqliteBtreeCursor(pX, p2, wrFlag, &p->aCsr[i].pCursor); in sqliteVdbeExec()
2490 rc = sqliteBtreeCursor(pCx->pBt, pgno, 1, &pCx->pCursor); in sqliteVdbeExec()
2493 rc = sqliteBtreeCursor(pCx->pBt, 2, 1, &pCx->pCursor); in sqliteVdbeExec()