Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c13667 u8 nullRow; /* True if pointing to a row with no data */ member
64057 p->nullRow = 1;
68764 assert( pCrsr!=0 || pC->nullRow ); /* pC->nullRow on PseudoTables */
68770 if( pC->nullRow ){
69757 pCur->nullRow = 1;
69817 pCx->nullRow = 1;
69894 pCx->nullRow = 1;
69991 pC->nullRow = 0;
70124 pC->nullRow = 0;
70249 pC->nullRow = 1-alreadyExists;
[all …]