Searched refs:oc (Results 1 – 3 of 3) sorted by relevance
110 foreach {tn2 oc res} {123 INSERT INTO xyz VALUES(11, 1, 1, 'one') $oc152 foreach {tn2 oc res} {161 INSERT INTO abc VALUES(2, 'one', NULL) $oc;186 foreach {tn2 oc res} {194 INSERT INTO abc VALUES(5, 'one', 10) $oc202 foreach {tn2 oc res} {209 INSERT INTO abc VALUES(5, 'xYz', 3) $oc
426 | 3024: 00 00 02 6f 63 03 07 04 00 01 01 66 03 08 06 00 ...oc......f....679 | 3024: 00 00 02 6f 63 03 07 04 00 01 01 66 03 08 06 00 ...oc......f....2067 | 3024: 00 00 02 6f 63 03 07 04 00 01 01 66 03 08 06 00 ...oc......f....2285 | 3024: 00 00 02 6f 63 03 07 04 00 01 01 66 03 08 06 00 ...oc......f....3172 | 3024: 00 00 02 6f 63 03 07 04 00 01 01 66 03 08 06 00 ...oc......f....6501 | 3024: 00 00 02 6f 63 03 07 04 00 01 01 66 03 08 06 00 ...oc......f....7148 | 3024: 00 04 06 00 01 01 75 03 06 06 00 00 02 6f 63 03 ......u......oc.
4601 int oc; /* Opcode */ in sqlite3VdbeExec() local4618 oc = pOp->opcode; in sqlite3VdbeExec()4672 if( (oc & 0x0001)==(OP_SeekGT & 0x0001) ) oc--; in sqlite3VdbeExec()4681 if( (oc & 0x0001)==(OP_SeekLT & 0x0001) ) oc++; in sqlite3VdbeExec()4721 assert( oc!=OP_SeekGT || r.default_rc==-1 ); in sqlite3VdbeExec()4722 assert( oc!=OP_SeekLE || r.default_rc==-1 ); in sqlite3VdbeExec()4723 assert( oc!=OP_SeekGE || r.default_rc==+1 ); in sqlite3VdbeExec()4749 if( oc>=OP_SeekGE ){ assert( oc==OP_SeekGE || oc==OP_SeekGT ); in sqlite3VdbeExec()4750 if( res<0 || (res==0 && oc==OP_SeekGT) ){ in sqlite3VdbeExec()4765 assert( oc==OP_SeekLT || oc==OP_SeekLE ); in sqlite3VdbeExec()[all …]