Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c13455 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
14049 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
65292 pOp->opflags = sqlite3OpcodeProperty[opcode];
65357 assert( sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP );
71487 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );

Completed in 355 milliseconds