Searched refs:OP_ResultRow (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c155 sqlite3VdbeAddOp2(v, OP_ResultRow, mem, 1);
373 { OP_ResultRow, 1, 1, 0},
473 sqlite3VdbeAddOp2(v, OP_ResultRow, iReg, 1);
522 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
570 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
670 sqlite3VdbeAddOp1(v, OP_ResultRow, 1);
740 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
798 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 1);
896 sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 6);
920 sqlite3VdbeAddOp2(v, OP_ResultRow,
[all...]
H A Ddelete.c438 sqlite3VdbeAddOp2(v, OP_ResultRow, memCnt, 1);
H A Dvdbeblob.c126 ** After seeking the cursor, the vdbe executes an OP_ResultRow.
147 {OP_ResultRow, 1, 0, 0}, /* 8 */
H A Dupdate.c549 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1);
H A Dinsert.c1035 sqlite3VdbeAddOp2(v, OP_ResultRow, regRowCount, 1);
H A Dselect.c704 sqlite3VdbeAddOp2(v, OP_ResultRow, regResult, nColumn);
937 sqlite3VdbeAddOp2(v, OP_ResultRow, pDest->iMem, nColumn);
2012 ** Then the OP_ResultRow opcode is used to cause sqlite3_step() to
2017 sqlite3VdbeAddOp2(v, OP_ResultRow, pIn->iMem, pIn->nMem);
3660 ** SRT_Output Generate a row of output (using the OP_ResultRow
H A Dvdbe.c1084 case OP_ResultRow: {
1833 ** OP_Halt, or OP_ResultRow. Typically the OP_Permutation should occur
/external/sqlite/dist/orig/
H A Dsqlite3.c8604 #define OP_ResultRow 16 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8604 #define OP_ResultRow 16 macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8067 #define OP_ResultRow 16 macro
[all...]

Completed in 548 milliseconds