Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.h250 int sqlite3BtreeTableMoveto(
H A Dvdbe.c4684 rc = sqlite3BtreeTableMoveto(pC->uc.pCursor, (u64)iKey, 0, &res); in sqlite3VdbeExec()
5306 rc = sqlite3BtreeTableMoveto(pCrsr, iKey, 0, &res); in sqlite3VdbeExec()
5463 }while( ((rc = sqlite3BtreeTableMoveto(pC->uc.pCursor, (u64)v, in sqlite3VdbeExec()
H A Dbtree.c836 rc = sqlite3BtreeTableMoveto(pCur, nKey, bias, pRes); in btreeMoveto()
5563 int sqlite3BtreeTableMoveto( in sqlite3BtreeTableMoveto() function
9093 rc = sqlite3BtreeTableMoveto(pCur, pX->nKey, in sqlite3BtreeInsert()
H A Dvdbeaux.c3639 rc = sqlite3BtreeTableMoveto(p->uc.pCursor, p->movetoTarget, 0, &res); in sqlite3VdbeFinishMoveto()