Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14907 #define OP_Init 61 /* jump, synopsis: Start at P2 */ macro
76356 sqlite3VdbeAddOp2(p, OP_Init, 0, 1);
78247 if( pOp->opcode==OP_Init && p->pc>1 ) break;
78342 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
78361 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
85909 assert( p->aOp[0].opcode==OP_Init );
90973 case OP_Init: { /* jump */
107015 assert( sqlite3VdbeGetOp(v, 0)->opcode==OP_Init );

Completed in 529 milliseconds