OP_VOpen         67941 third_party/sqlite/amalgamation/sqlite3.c case OP_VOpen: {
OP_VOpen         84643 third_party/sqlite/amalgamation/sqlite3.c     if( pOp->opcode==OP_VOpen && pOp->p4.pVtab==pVTab ){
OP_VOpen         102398 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp4(v, OP_VOpen, iCur, 0, 0, pVTab, P4_VTAB);
OP_VOpen          160 third_party/sqlite/src/src/insert.c     if( pOp->opcode==OP_VOpen && pOp->p4.pVtab==pVTab ){
OP_VOpen         5511 third_party/sqlite/src/src/vdbe.c case OP_VOpen: {
OP_VOpen         4744 third_party/sqlite/src/src/where.c       sqlite3VdbeAddOp4(v, OP_VOpen, iCur, 0, 0, pVTab, P4_VTAB);