Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17692 #define OP_Init 8 /* jump0, synopsis: Start at P2 */ macro
87919 sqlite3VdbeAddOp2(p, OP_Init, 0, 1);
88755 assert( p->aOp[0].opcode==OP_Init );
88785 case OP_Init: {
90233 if( aOp[i].opcode==OP_Init && iPc>1 ) break;
90381 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
90400 if( pOp->opcode==OP_Init && pOp->p4.z!=0 ){
97418 assert( aOp[0].opcode==OP_Init );
99314 assert( p->aOp[0].opcode==OP_Init );
105652 case OP_Init: { /* jump0 */
[all …]