Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22426 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
24186 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
88661 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
88670 || (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP0)!=0 );
88674 || (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)==0 );
88681 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
88735 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ){
88883 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
96120 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_NCYCLE)==0 ){
97424 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];
[all …]