Searched refs:bMaybeNullRow (Results 1 – 3 of 3) sorted by relevance
5501 int bMaybeNullRow; in whereAddIndexedExpr() local5507 bMaybeNullRow = (pTabItem->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT))!=0; in whereAddIndexedExpr()5510 bMaybeNullRow = 0; in whereAddIndexedExpr()5522 p->bMaybeNullRow = bMaybeNullRow; in whereAddIndexedExpr()
3594 u8 bMaybeNullRow; /* True if we need an OP_IfNullRow check */ member
4062 if( p->bMaybeNullRow ){ in sqlite3IndexedExprLookup()