Home
last modified time | relevance | path

Searched refs:lastRecno (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h65 int lastRecno; /* Last recno from a Next or NextIdx operation */ member
H A Dvdbeaux.c1052 p->lastRecno = keyToInt(p->movetoTarget); in sqliteVdbeCursorMoveto()
H A Dvdbe.c2575 pC->lastRecno = pTos->i; in sqliteVdbeExec()
2785 p->aCsr[i].lastRecno = pTos->i; in sqliteVdbeExec()
3251 v = pC->lastRecno; in sqliteVdbeExec()