Home
last modified time | relevance | path

Searched refs:OP_NotNull (Results 126 – 150 of 196) sorted by relevance

12345678

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c88475 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103972 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103977 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103978 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
104045 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
104388 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
104795 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
105709 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
122634 /* 0 */ {OP_NotNull, 0, 2, 0},
123841 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/Dbo/backend/amalgamation/
H A Dsqlite3.c88474 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103971 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103976 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103977 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
104044 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
104387 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
104794 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
105708 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
122644 /* 0 */ {OP_NotNull, 0, 2, 0},
123851 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c88098 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103455 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103460 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103461 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103528 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103871 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
104278 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
105192 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121520 /* 0 */ {OP_NotNull, 0, 2, 0},
122652 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/www/yarr/yarr-2.2/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c88475 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103972 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103977 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103978 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
104045 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
104388 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
104795 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
105709 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
122634 /* 0 */ {OP_NotNull, 0, 2, 0},
123841 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/sqlite3/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/sqlite-amalgamation-3330000/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/sqlite3/src/
H A Dsqlite3.c87371 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
101932 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
101937 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
101938 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
102005 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
102337 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
102731 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
103613 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
119605 /* 0 */ {OP_NotNull, 0, 2, 0},
120737 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/sqlite3/
H A Dsqlite3.c87371 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
101932 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
101937 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
101938 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
102005 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
102337 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
102731 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
103613 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
119605 /* 0 */ {OP_NotNull, 0, 2, 0},
120737 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c87848 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103001 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103006 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103007 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103074 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103416 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103823 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104736 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121027 /* 0 */ {OP_NotNull, 0, 2, 0},
122159 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/src/sqlite/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c87372 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
101933 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
101938 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
101939 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
102006 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
102338 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
102732 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
103614 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
119606 /* 0 */ {OP_NotNull, 0, 2, 0},
120738 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/emulators/stella/stella-6.6/src/sqlite/source/
H A Dsqlite3.c88097 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103454 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103459 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103460 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103527 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103870 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
104277 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
105191 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121519 /* 0 */ {OP_NotNull, 0, 2, 0},
122651 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A Dsqlite3.c87371 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
101932 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
101937 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
101938 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
102005 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
102337 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
102731 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
103613 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
119605 /* 0 */ {OP_NotNull, 0, 2, 0},
120737 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c87847 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103000 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103005 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103006 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
103073 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
103415 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
103822 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
104735 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
121026 /* 0 */ {OP_NotNull, 0, 2, 0},
122158 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/sqlite3/src/
H A Dsqlite3.c88474 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
103971 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
103976 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
103977 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
104044 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
104387 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
104794 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
105708 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
122633 /* 0 */ {OP_NotNull, 0, 2, 0},
123840 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg);
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c9202 #define OP_NotNull 77 /* same as TK_NOTNULL, synopsis: if r[P1]!=NULL goto P2 */ macro
69333 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
79043 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, r1); VdbeCoverage(v);
79721 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
79778 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
80697 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
80781 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
93753 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, memId+1); VdbeCoverage(v);
94248 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regCols); VdbeCoverage(v);
94326 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regRowid); VdbeCoverage(v);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c9315 #define OP_NotNull 77 /* same as TK_NOTNULL, synopsis: if r[P1]!=NULL goto P2 */ macro
69756 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
79548 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, r1); VdbeCoverage(v);
80225 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
80282 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
81201 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
81285 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
94294 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, memId+1); VdbeCoverage(v);
94790 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regCols); VdbeCoverage(v);
94868 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regRowid); VdbeCoverage(v);
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c9315 #define OP_NotNull 77 /* same as TK_NOTNULL, synopsis: if r[P1]!=NULL goto P2 */ macro
69756 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
79548 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, r1); VdbeCoverage(v);
80225 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
80282 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
81201 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
81285 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
94294 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, memId+1); VdbeCoverage(v);
94790 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regCols); VdbeCoverage(v);
94868 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regRowid); VdbeCoverage(v);
[all …]
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c9315 #define OP_NotNull 77 /* same as TK_NOTNULL, synopsis: if r[P1]!=NULL goto P2 */ macro
69756 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
79548 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, r1); VdbeCoverage(v);
80225 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
80282 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
81201 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL );
81285 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull );
94294 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, memId+1); VdbeCoverage(v);
94790 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regCols); VdbeCoverage(v);
94868 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regRowid); VdbeCoverage(v);
[all …]

12345678