Searched refs:OP_VUpdate (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 16576 #define OP_VUpdate 7 /* synopsis: data=r[P3@P2] */ macro 85156 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename 85288 case OP_VUpdate: { 101081 case OP_VUpdate: { 127508 sqlite3VdbeAddOp4(v, OP_VUpdate, 0, 1, iKey, pVTab, P4_VTAB); 133479 sqlite3VdbeAddOp4(v, OP_VUpdate, 1, pTab->nCol+2, regIns, pVTab, P4_VTAB); 153404 sqlite3VdbeAddOp4(v, OP_VUpdate, 0, nArg, regArg, pVTab, P4_VTAB);
|