Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c12616 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
13162 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
61824 pOp->opflags = sqlite3OpcodeProperty[opcode];
61889 assert( sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP );
67123 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );