Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c20214 u8 bMaybeNullRow; /* True if we need an OP_IfNullRow check */ member
114996 if( p->bMaybeNullRow ){
115039 if( p->bMaybeNullRow ){
168316 p->bMaybeNullRow = bNullRow;
171005 p->bMaybeNullRow = (pTabItem->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT))!=0;