Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c851 if( (pTerm->wtFlags & TERM_IS)==0 && sqlite3ExprCanBeNull(pRight) ){ in codeAllEqualityTerms()
1847 && sqlite3ExprCanBeNull(pRight) in sqlite3WhereCodeOneLoopStart()
1958 && sqlite3ExprCanBeNull(pRight) in sqlite3WhereCodeOneLoopStart()
H A Dexpr.c2494 int sqlite3ExprCanBeNull(const Expr *p){ in sqlite3ExprCanBeNull() function
2767 if( sqlite3ExprCanBeNull(pEList->a[i].pExpr) ) break; in sqlite3FindInIndex()
3525 if( regCkNull && sqlite3ExprCanBeNull(pList->a[ii].pExpr) ){ in sqlite3ExprCodeIN()
3569 if( sqlite3ExprCanBeNull(p) ){ in sqlite3ExprCodeIN()
H A Dwhereexpr.c1201 && 0==sqlite3ExprCanBeNull(pLeft) in exprAnalyze()
H A Dresolve.c918 if( 0==sqlite3ExprCanBeNull(pExpr->pLeft) && !IN_RENAME_OBJECT ){ in resolveExprStep()
H A DsqliteInt.h4820 int sqlite3ExprCanBeNull(const Expr*);
H A Dselect.c5177 if( sqlite3ExprCanBeNull(pEList->a[0].pExpr) ){ in minMaxQuery()