Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9665 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */ member
65292 pOp->opflags = sqlite3OpcodeProperty[opcode];
65293 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
71487 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );
71488 if( (pOp->opflags & OPFLG_IN1)!=0 ){
71495 if( (pOp->opflags & OPFLG_IN2)!=0 ){
71502 if( (pOp->opflags & OPFLG_IN3)!=0 ){
71509 if( (pOp->opflags & OPFLG_OUT2)!=0 ){
71514 if( (pOp->opflags & OPFLG_OUT3)!=0 ){
77347 if( pOrigOp->opflags & (OPFLG_OUT2) ){
[all …]

Completed in 397 milliseconds