Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.c4225 pCur->nullRow = 1; in sqlite3VdbeExec()
4268 pCx->nullRow = 1; in sqlite3VdbeExec()
4392 pCx->nullRow = 1; in sqlite3VdbeExec()
4462 pCx->nullRow = 1; in sqlite3VdbeExec()
4620 pC->nullRow = 0; in sqlite3VdbeExec()
5309 pC->nullRow = 0; in sqlite3VdbeExec()
5924 if( pC->nullRow ){ in sqlite3VdbeExec()
5978 pC->nullRow = 1; in sqlite3VdbeExec()
6246 pC->nullRow = 0; in sqlite3VdbeExec()
6255 pC->nullRow = 1; in sqlite3VdbeExec()
[all …]
H A DvdbeInt.h79 u8 nullRow; /* True if pointing to a row with no data */ member
140 ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0)
H A Dbuild.c1337 static const char nullRow[] = { 6, 0, 0, 0, 0, 0 }; in sqlite3StartTable() local
1382 sqlite3VdbeAddOp4(v, OP_Blob, 6, reg3, 0, nullRow, P4_STATIC); in sqlite3StartTable()
H A Dvdbeaux.c3664 if( isDifferentRow ) p->nullRow = 1; in sqlite3VdbeHandleMovedCursor()
/sqlite-3.40.0/test/
H A DwhereD.test344 # have the VdbeCursor.nullRow flag set.