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

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h74 Bool nullRow; /* True if pointing to a row with no data */ member in struct:Cursor
H A Dvdbe.c2424 p->aCsr[i].nullRow = 1;
2479 pCx->nullRow = 1;
2517 pCx->nullRow = 1;
2566 pC->nullRow = 0;
2789 p->aCsr[i].nullRow = 0;
2979 pC->nullRow = 0;
3072 if( pC->nullRow ){
3077 if( pC->nullRow ){
3150 if( pC->nullRow ){
3256 }else if( pC->nullRow || p
[all...]

Completed in 22 milliseconds