Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16577 #define OP_Init 8 /* jump, synopsis: Start at P2 */ macro
84415 sqlite3VdbeAddOp2(p, OP_Init, 0, 1);
85253 assert( p->aOp[0].opcode==OP_Init );
85283 case OP_Init: {
86697 if( aOp[i].opcode==OP_Init && iPc>1 ) break;
86845 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
86864 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
95248 assert( p->aOp[0].opcode==OP_Init );
101418 case OP_Init: { /* jump */
105305 assert( aOp[0].opcode==OP_Init );
[all …]