Searched refs:sqliteBtreeCursor (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | btree.h | 119 #define sqliteBtreeCursor(pBt, iTable, wrFlag, ppCur)\ macro
|
H A D | test3.c | 530 rc = sqliteBtreeCursor(pBt, iTable, wrFlag, &pCur); in btree_cursor()
|
H A D | main.c | 260 rc = sqliteBtreeCursor(db->aDb[iDb].pBt, 2, 0, &curMain); in sqliteInitOne()
|
H A D | vdbe.c | 2425 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()
|