Searched refs:OP_Sort (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c896 addr = 1 + sqlite3VdbeAddOp2(v, OP_Sort, iTab, addrBreak);
4043 ** This might involve two separate loops with an OP_Sort in between, or
4106 sqlite3VdbeAddOp2(v, OP_Sort, sAggInfo.sortingIdx, addrEnd);
H A Dvdbe.c84 ** The next global variable is incremented each type the OP_Sort opcode
4204 ** end. We use the OP_Sort opcode instead of OP_Rewind to do the
4209 case OP_Sort: { /* jump */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8126 #define OP_Sort 64 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9359 #define OP_Sort 105 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9359 #define OP_Sort 105 macro
[all...]

Completed in 432 milliseconds