Searched refs:nullRow (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.c | 4225 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 D | vdbeInt.h | 79 u8 nullRow; /* True if pointing to a row with no data */ member 140 ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0)
|
| H A D | build.c | 1337 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 D | vdbeaux.c | 3664 if( isDifferentRow ) p->nullRow = 1; in sqlite3VdbeHandleMovedCursor()
|
| /sqlite-3.40.0/test/ |
| H A D | whereD.test | 344 # have the VdbeCursor.nullRow flag set.
|