Home
last modified time | relevance | path

Searched refs:OPFLG_JUMP (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h156 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
H A Dsqlite3.c8189 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
48601 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
48663 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbeaux.c431 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){ in resolveP2Values()
493 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){ in sqlite3VdbeAddOpList()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbeaux.c868 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ); in resolveP2Values()
878 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0); in resolveP2Values()
989 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){ in sqlite3VdbeAddOpList()
H A Dinsert.c2318 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){ in sqlite3GenerateConstraintChecks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbeaux.c865 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ); in resolveP2Values()
875 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0); in resolveP2Values()
986 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){ in sqlite3VdbeAddOpList()
H A Dinsert.c2178 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){ in sqlite3GenerateConstraintChecks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbeaux.c867 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ); in resolveP2Values()
877 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0); in resolveP2Values()
988 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){ in sqlite3VdbeAddOpList()
H A Dinsert.c2184 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){ in sqlite3GenerateConstraintChecks()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbeaux.c628 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 && pOp->p2<0 ){ in resolveP2Values()
731 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){ in sqlite3VdbeAddOpList()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c7387 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
47587 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
47649 if( p2<0 && (vtk_sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c7114 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
45748 if( sqlite3VdbeOpcodeHasProperty(opcode, OPFLG_JUMP) && pOp->p2<0 ){
45800 if( p2<0 && sqlite3VdbeOpcodeHasProperty(pOut->opcode, OPFLG_JUMP) ){
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c1741 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
42149 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
42211 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8743 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
59952 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
60014 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c8453 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
58018 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
58080 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c8446 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
57982 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
58044 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c8485 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
58746 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
58808 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c15377 #define OPFLG_JUMP 0x01 /* jump: P2 holds jmp target */ macro
78200 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
78210 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
78321 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
121306 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-sqlite-2.13.0.0/cbits/
H A Dsqlite3.c15747 #define OPFLG_JUMP 0x01 /* jump: P2 holds jmp target */ macro
78604 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
78614 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
78725 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
122736 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/sqlite3/
H A Dsqlite3.c15747 #define OPFLG_JUMP 0x01 /* jump: P2 holds jmp target */ macro
78604 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
78614 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
78725 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
122736 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){
/dports/emulators/mess/mame-mame0226/3rdparty/sqlite3/
H A Dsqlite3.c15747 #define OPFLG_JUMP 0x01 /* jump: P2 holds jmp target */ macro
78604 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
78614 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
78725 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
122736 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c15889 #define OPFLG_JUMP 0x01 /* jump: P2 holds jmp target */ macro
79245 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
79255 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
79366 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
124475 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){
/dports/graphics/aloadimage/arcan-0.6.1/external/sqlite/
H A Dsqlite3.c15999 #define OPFLG_JUMP 0x01 /* jump: P2 holds jmp target */ macro
79777 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
79787 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
79898 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
125383 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c15885 #define OPFLG_JUMP 0x01 /* jump: P2 holds jmp target */ macro
83565 assert( (sqlcipher_sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
83575 assert( (sqlcipher_sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
83686 if( (sqlcipher_sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
127991 if( sqlcipher_sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){
/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/sqlite3/
H A Dsqlite3.c15821 #define OPFLG_JUMP 0x01 /* jump: P2 holds jmp target */ macro
78851 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
78861 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
78972 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
123229 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){

1234567