P4_VTAB 57751 third_party/sqlite/amalgamation/sqlite3.c case P4_VTAB : { P4_VTAB 57835 third_party/sqlite/amalgamation/sqlite3.c if ( n!=P4_KEYINFO && n!=P4_VTAB ) { P4_VTAB 57880 third_party/sqlite/amalgamation/sqlite3.c }else if( n==P4_VTAB ){ P4_VTAB 57882 third_party/sqlite/amalgamation/sqlite3.c pOp->p4type = P4_VTAB; P4_VTAB 58049 third_party/sqlite/amalgamation/sqlite3.c case P4_VTAB: { P4_VTAB 68221 third_party/sqlite/amalgamation/sqlite3.c assert( pOp->p4type==P4_VTAB ); P4_VTAB 74987 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_VRename, i, 0, 0,(const char*)pVTab, P4_VTAB); P4_VTAB 77009 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_VBegin, 0, 0, 0, vtab, P4_VTAB); P4_VTAB 81460 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_VUpdate, 0, 1, iRowid, pVTab, P4_VTAB); P4_VTAB 84645 third_party/sqlite/amalgamation/sqlite3.c assert( pOp->p4type==P4_VTAB ); P4_VTAB 85454 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_VUpdate, 1, pTab->nCol+2, regIns, pVTab, P4_VTAB); P4_VTAB 96355 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_VUpdate, 0, pTab->nCol+2, iReg, pVTab, P4_VTAB); P4_VTAB 102398 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_VOpen, iCur, 0, 0, pVTab, P4_VTAB); P4_VTAB 493 third_party/sqlite/src/src/alter.c sqlite3VdbeAddOp4(v, OP_VRename, i, 0, 0,(const char*)pVTab, P4_VTAB); P4_VTAB 170 third_party/sqlite/src/src/build.c sqlite3VdbeAddOp4(v, OP_VBegin, 0, 0, 0, vtab, P4_VTAB); P4_VTAB 403 third_party/sqlite/src/src/delete.c sqlite3VdbeAddOp4(v, OP_VUpdate, 0, 1, iRowid, pVTab, P4_VTAB); P4_VTAB 162 third_party/sqlite/src/src/insert.c assert( pOp->p4type==P4_VTAB ); P4_VTAB 971 third_party/sqlite/src/src/insert.c sqlite3VdbeAddOp4(v, OP_VUpdate, 1, pTab->nCol+2, regIns, pVTab, P4_VTAB); P4_VTAB 656 third_party/sqlite/src/src/update.c sqlite3VdbeAddOp4(v, OP_VUpdate, 0, pTab->nCol+2, iReg, pVTab, P4_VTAB); P4_VTAB 5779 third_party/sqlite/src/src/vdbe.c assert( pOp->p4type==P4_VTAB ); P4_VTAB 626 third_party/sqlite/src/src/vdbeaux.c case P4_VTAB : { P4_VTAB 710 third_party/sqlite/src/src/vdbeaux.c if ( n!=P4_KEYINFO && n!=P4_VTAB ) { P4_VTAB 755 third_party/sqlite/src/src/vdbeaux.c }else if( n==P4_VTAB ){ P4_VTAB 757 third_party/sqlite/src/src/vdbeaux.c pOp->p4type = P4_VTAB; P4_VTAB 924 third_party/sqlite/src/src/vdbeaux.c case P4_VTAB: { P4_VTAB 4744 third_party/sqlite/src/src/where.c sqlite3VdbeAddOp4(v, OP_VOpen, iCur, 0, 0, pVTab, P4_VTAB);