Searched refs:sqlite3ExprTruthValue (Results 1 – 1 of 1) sorted by relevance
22171 SQLITE_PRIVATE int sqlite3ExprTruthValue(const Expr*);34578 sqlite3ExprTruthValue(pExpr) ? "TRUE" : "FALSE", zFlgs); in sqlite3TreeViewExpr()34651 x = (pExpr->op2==TK_ISNOT)*2 + sqlite3ExprTruthValue(pExpr->pRight); in sqlite3TreeViewExpr()114998 SQLITE_PRIVATE int sqlite3ExprTruthValue(const Expr *pExpr){ function117741 sqlite3VdbeAddOp2(v, OP_Integer, sqlite3ExprTruthValue(pExpr), target);117938 isTrue = sqlite3ExprTruthValue(pExpr->pRight);118799 isTrue = sqlite3ExprTruthValue(pExpr->pRight);118996 isTrue = sqlite3ExprTruthValue(pExpr->pRight);119404 if( pExpr->op==TK_TRUEFALSE && sqlite3ExprTruthValue(pExpr)==0 ) return 1;152615 pNew->u.iValue = sqlite3ExprTruthValue(pNew);[all …]