Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c12601 Bool nullRow; /* True if pointing to a row with no data */ member
60817 p->nullRow = 1;
65714 if( u.am.pC->nullRow ){
66694 u.aw.pCur->nullRow = 1;
66757 u.ax.pCx->nullRow = 1;
66838 u.az.pCx->nullRow = 1;
66933 u.ba.pC->nullRow = 0;
67082 u.bb.pC->nullRow = 0;
67304 u.be.pC->nullRow = 0;
67764 assert( u.bk.pC->nullRow==0 );
[all …]
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c17703 u8 nullRow; /* True if pointing to a row with no data */ member
73383 if( isDifferentRow ) p->nullRow = 1;
79549 assert( pC->eCurType!=CURTYPE_PSEUDO || pC->nullRow );
79554 if( pC->nullRow ){
80540 pCur->nullRow = 1;
80608 pCx->nullRow = 1;
80711 pCx->nullRow = 1;
80860 pC->nullRow = 0;
81133 pC->nullRow = 1-alreadyExists;
81223 pC->nullRow = 0;
[all …]