Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c19830 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
21612 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER;
80046 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
80056 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
80167 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
87521 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];
95068 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];
126403 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){