Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c2477 pCx->nullRow = 1; in sqliteVdbeExec()
2515 pCx->nullRow = 1; in sqliteVdbeExec()
2564 pC->nullRow = 0; in sqliteVdbeExec()
2977 pC->nullRow = 0; in sqliteVdbeExec()
3070 if( pC->nullRow ){ in sqliteVdbeExec()
3075 if( pC->nullRow ){ in sqliteVdbeExec()
3148 if( pC->nullRow ){ in sqliteVdbeExec()
3344 pC->nullRow = res; in sqliteVdbeExec()
3350 pC->nullRow = 0; in sqliteVdbeExec()
3380 pC->nullRow = 0; in sqliteVdbeExec()
[all …]
H A DvdbeInt.h71 Bool nullRow; /* True if pointing to a row with no data */ member