Searched refs:movetoTarget (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h78 int movetoTarget; /* Argument to the deferred sqliteBtreeMoveto() */ member in struct:Cursor
H A Dvdbeaux.c1054 sqliteBtreeMoveto(p->pCursor, (char*)&p->movetoTarget, sizeof(int), &res);
1055 p->lastRecno = keyToInt(p->movetoTarget);
H A Dvdbe.c2570 pC->movetoTarget = iKey;

Completed in 35 milliseconds