Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9948 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
65293 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
65357 assert( sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP );

Completed in 352 milliseconds