Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c5501 int bMaybeNullRow; in whereAddIndexedExpr() local
5507 bMaybeNullRow = (pTabItem->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT))!=0; in whereAddIndexedExpr()
5510 bMaybeNullRow = 0; in whereAddIndexedExpr()
5522 p->bMaybeNullRow = bMaybeNullRow; in whereAddIndexedExpr()
H A DsqliteInt.h3594 u8 bMaybeNullRow; /* True if we need an OP_IfNullRow check */ member
H A Dexpr.c4062 if( p->bMaybeNullRow ){ in sqlite3IndexedExprLookup()