Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3BtreeNext

6990 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
42219 ** TRUE will be returned after a call to sqlite3BtreeNext() moves
42237 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor *pCur, int *pRes){
42285 rc = sqlite3BtreeNext(pCur, pRes);
49780 rc = sqlite3BtreeNext(p->pCursor, &res);
55770 rc = sqlite3BtreeNext(u.az.pC->pCursor, &u.az.res);
56691 rc = pOp->opcode==OP_Next ? sqlite3BtreeNext(u.bm.pCrsr, &u.bm.res) :