Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c19200 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
19909 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
77107 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
77117 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
77228 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
84304 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];
91127 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];

Completed in 802 milliseconds