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

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h68 int lastRecno; /* Last recno from a Next or NextIdx operation */ member in struct:Cursor
70 Bool recnoIsValid; /* True if lastRecno is valid */
H A Dvdbeaux.c1055 p->lastRecno = keyToInt(p->movetoTarget);
H A Dvdbe.c2577 pC->lastRecno = pTos->i;
2787 p->aCsr[i].lastRecno = pTos->i;
3253 v = pC->lastRecno;

Completed in 48 milliseconds