Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c17057 #define OP_Init 8 /* jump0, synopsis: Start at P2 */ macro
85940 sqlite3VdbeAddOp2(p, OP_Init, 0, 1);
86776 assert( p->aOp[0].opcode==OP_Init );
86806 case OP_Init: {
88250 if( aOp[i].opcode==OP_Init && iPc>1 ) break;
88398 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
88417 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
97012 assert( p->aOp[0].opcode==OP_Init );
103237 case OP_Init: { /* jump0 */
107153 assert( aOp[0].opcode==OP_Init );
[all …]