Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17671 #define OP_Init 8 /* jump0, synopsis: Start at P2 */ macro
87767 sqlite3VdbeAddOp2(p, OP_Init, 0, 1);
88603 assert( p->aOp[0].opcode==OP_Init );
88633 case OP_Init: {
90081 if( aOp[i].opcode==OP_Init && iPc>1 ) break;
90229 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
90248 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
97260 assert( aOp[0].opcode==OP_Init );
99156 assert( p->aOp[0].opcode==OP_Init );
105494 case OP_Init: { /* jump0 */
[all …]