Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9939 #define OP_Init 155 /* synopsis: Start at P2 */ macro
66299 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
66318 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
77268 case OP_Init: { /* jump */
90985 assert( sqlite3VdbeGetOp(v, 0)->opcode==OP_Init );
108228 if( v ) sqlite3VdbeAddOp0(v, OP_Init);

Completed in 302 milliseconds