Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dglobal.c360 const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
H A Dvdbeaux.c872 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ); in resolveP2Values()
882 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0); in resolveP2Values()
936 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ){ in sqlite3VdbeNoJumpsOutsideSubrtn()
1080 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){ in sqlite3VdbeAddOpList()
H A Dinsert.c2419 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){ in sqlite3GenerateConstraintChecks()
H A DsqliteInt.h5052 extern const unsigned char sqlite3OpcodeProperty[];
H A Dvdbe.c837 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode]; in sqlite3VdbeExec()
8757 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode]; in sqlite3VdbeExec()