Searched refs:sqlite3ExprIfFalse (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | expr.c | 4825 sqlite3ExprIfFalse(pParse, pTest, nextCase, SQLITE_JUMPIFNULL); in sqlite3ExprCodeTarget() 5171 testcase( xJump==sqlite3ExprIfFalse && jumpIfNull==0 && regFree1==0 ); in exprCodeBetween() 5213 sqlite3ExprIfFalse(pParse, pExpr->pLeft, d2, in sqlite3ExprIfTrue() 5226 sqlite3ExprIfFalse(pParse, pExpr->pLeft, dest, jumpIfNull); in sqlite3ExprIfTrue() 5241 sqlite3ExprIfFalse(pParse, pExpr->pLeft, dest, in sqlite3ExprIfTrue() 5383 sqlite3ExprIfFalse(pParse, pAlt, dest, jumpIfNull); in sqlite3ExprIfFalse() 5386 sqlite3ExprIfFalse(pParse, pExpr->pLeft, dest, jumpIfNull); in sqlite3ExprIfFalse() 5387 sqlite3ExprIfFalse(pParse, pExpr->pRight, dest, jumpIfNull); in sqlite3ExprIfFalse() 5393 sqlite3ExprIfFalse(pParse, pExpr->pRight, dest, jumpIfNull); in sqlite3ExprIfFalse() 5413 sqlite3ExprIfFalse(pParse, pExpr->pLeft, dest, in sqlite3ExprIfFalse() [all …]
|
| H A D | wherecode.c | 1513 sqlite3ExprIfFalse( in sqlite3WhereCodeOneLoopStart() 2526 sqlite3ExprIfFalse(pParse, pE, addrCont, SQLITE_JUMPIFNULL); in sqlite3WhereCodeOneLoopStart() 2575 sqlite3ExprIfFalse(pParse, &sEAlt, addrCont, SQLITE_JUMPIFNULL); in sqlite3WhereCodeOneLoopStart() 2661 sqlite3ExprIfFalse(pParse, pTerm->pExpr, addrCont, SQLITE_JUMPIFNULL); in sqlite3WhereCodeOneLoopStart()
|
| H A D | update.c | 723 sqlite3ExprIfFalse(pParse, pWhere, labelBreak, SQLITE_JUMPIFNULL); in sqlite3Update()
|
| H A D | trigger.c | 1223 sqlite3ExprIfFalse(&sSubParse, pWhen, iEndTrigger, SQLITE_JUMPIFNULL); in codeRowTrigger()
|
| H A D | where.c | 997 sqlite3ExprIfFalse(pParse, pPartial, iContinue, SQLITE_JUMPIFNULL); in constructAutomaticIndex() 1111 sqlite3ExprIfFalse(pParse, pTerm->pExpr, addrCont, SQLITE_JUMPIFNULL); in sqlite3ConstructBloomFilter() 5795 sqlite3ExprIfFalse(pParse, pT->pExpr, pWInfo->iBreak, SQLITE_JUMPIFNULL); in sqlite3WhereBegin()
|
| H A D | select.c | 6326 sqlite3ExprIfFalse(pParse, pFilter, addrNext, SQLITE_JUMPIFNULL); in updateAccumulator() 7691 sqlite3ExprIfFalse(pParse, pHaving, addrOutputRow+1, SQLITE_JUMPIFNULL); in sqlite3Select() 7846 sqlite3ExprIfFalse(pParse, pHaving, addrEnd, SQLITE_JUMPIFNULL); in sqlite3Select()
|
| H A D | pragma.c | 1944 sqlite3ExprIfFalse(pParse, pCheck->a[k].pExpr, addrCkFault, 0); in sqlite3Pragma()
|
| H A D | sqliteInt.h | 4770 void sqlite3ExprIfFalse(Parse*, Expr*, int, int);
|