Home
last modified time | relevance | path

Searched defs:jumpIfNull (Results 1 – 7 of 7) sorted by relevance

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c1300 void sqliteExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqliteExprIfTrue()
1395 void sqliteExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqliteExprIfFalse()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dexpr.c1300 void sqliteExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqliteExprIfTrue()
1395 void sqliteExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqliteExprIfFalse()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dexpr.c197 static u8 binaryCompareP5(Expr *pExpr1, Expr *pExpr2, int jumpIfNull){ in binaryCompareP5()
247 int jumpIfNull /* If true, jump if either operand is NULL */ in codeCompare()
3110 int jumpIfNull /* Take the jump if the BETWEEN is NULL */ in exprCodeBetween()
3163 void sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfTrue()
3283 void sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfFalse()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dexpr.c262 static u8 binaryCompareP5(Expr *pExpr1, Expr *pExpr2, int jumpIfNull){ in binaryCompareP5()
310 int jumpIfNull /* If true, jump if either operand is NULL */ in codeCompare()
4319 int jumpIfNull /* Take the jump if the BETWEEN is NULL */ in exprCodeBetween()
4383 void sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfTrue()
4506 void sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfFalse()
4656 void sqlite3ExprIfFalseDup(Parse *pParse, Expr *pExpr, int dest,int jumpIfNull){ in sqlite3ExprIfFalseDup()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dexpr.c327 int jumpIfNull /* Extra flags added to P5 */ in binaryCompareP5()
392 int jumpIfNull, /* If true, jump if either operand is NULL */ in codeCompare()
4813 int jumpIfNull /* Take the jump if the BETWEEN is NULL */ in exprCodeBetween()
4880 void sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfTrue()
5022 void sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfFalse()
5194 void sqlite3ExprIfFalseDup(Parse *pParse, Expr *pExpr, int dest,int jumpIfNull){ in sqlite3ExprIfFalseDup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dexpr.c308 static u8 binaryCompareP5(Expr *pExpr1, Expr *pExpr2, int jumpIfNull){ in binaryCompareP5()
372 int jumpIfNull, /* If true, jump if either operand is NULL */ in codeCompare()
4703 int jumpIfNull /* Take the jump if the BETWEEN is NULL */ in exprCodeBetween()
4770 void sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfTrue()
4911 void sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfFalse()
5082 void sqlite3ExprIfFalseDup(Parse *pParse, Expr *pExpr, int dest,int jumpIfNull){ in sqlite3ExprIfFalseDup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dexpr.c316 int jumpIfNull /* Extra flags added to P5 */ in binaryCompareP5()
381 int jumpIfNull, /* If true, jump if either operand is NULL */ in codeCompare()
4783 int jumpIfNull /* Take the jump if the BETWEEN is NULL */ in exprCodeBetween()
4850 void sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfTrue()
4992 void sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfFalse()
5164 void sqlite3ExprIfFalseDup(Parse *pParse, Expr *pExpr, int dest,int jumpIfNull){ in sqlite3ExprIfFalseDup()