Home
last modified time | relevance | path

Searched refs:sqlite3OpcodeProperty (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dglobal.c217 const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
H A Dvdbeaux.c414 pOp->opflags = sqlite3OpcodeProperty[opcode]; in resolveP2Values()
493 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){ in sqlite3VdbeAddOpList()
H A DsqliteInt.h2952 extern const unsigned char sqlite3OpcodeProperty[];
H A Dvdbe.c662 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] ); in sqlite3VdbeExec()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dglobal.c293 const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
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()
H A DsqliteInt.h4035 extern const unsigned char sqlite3OpcodeProperty[];
H A Dvdbe.c677 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode]; in sqlite3VdbeExec()
7155 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode]; in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dglobal.c317 const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
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()
H A DsqliteInt.h4505 extern const unsigned char sqlite3OpcodeProperty[];
H A Dvdbe.c778 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode]; in sqlite3VdbeExec()
7904 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode]; in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dglobal.c315 const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
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()
H A DsqliteInt.h4590 extern const unsigned char sqlite3OpcodeProperty[];
H A Dvdbe.c780 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode]; in sqlite3VdbeExec()
8150 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode]; in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dglobal.c316 const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
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()
H A DsqliteInt.h4741 extern const unsigned char sqlite3OpcodeProperty[];
H A Dvdbe.c775 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode]; in sqlite3VdbeExec()
8177 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode]; in sqlite3VdbeExec()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h2964 extern const unsigned char sqlite3OpcodeProperty[];
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c11053 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
11546 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
48584 pOp->opflags = sqlite3OpcodeProperty[opcode];
48663 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
54009 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );

12345678