Searched defs:jumpIfNull (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | expr.c | 323 int jumpIfNull /* Extra flags added to P5 */ in binaryCompareP5() 388 int jumpIfNull, /* If true, jump if either operand is NULL */ in codeCompare() 5125 int jumpIfNull /* Take the jump if the BETWEEN is NULL */ in exprCodeBetween() 5192 void sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfTrue() 5335 void sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfFalse() 5508 void sqlite3ExprIfFalseDup(Parse *pParse, Expr *pExpr, int dest,int jumpIfNull){ in sqlite3ExprIfFalseDup()
|