Searched refs:nRead (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h208 int nRead; /* Next unread slot in aKey[] */ member in struct:Keylist
H A Dvdbe.c3777 pKeylist->nRead = 0;
3820 assert( pKeylist->nRead>=0 );
3821 assert( pKeylist->nRead<pKeylist->nUsed );
3822 assert( pKeylist->nRead<pKeylist->nKey );
3824 pTos->i = pKeylist->aKey[pKeylist->nRead++];
3826 if( pKeylist->nRead>=pKeylist->nUsed ){

Completed in 24 milliseconds