Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c16624 #define OP_Init 8 /* jump0, synopsis: Start at P2 */ macro
84882 sqlite3VdbeAddOp2(p, OP_Init, 0, 1);
85720 assert( p->aOp[0].opcode==OP_Init );
85750 case OP_Init: {
87173 if( aOp[i].opcode==OP_Init && iPc>1 ) break;
87321 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
87340 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
95755 assert( p->aOp[0].opcode==OP_Init );
101958 case OP_Init: { /* jump0 */
105845 assert( aOp[0].opcode==OP_Init );
[all …]