HomeSort by relevance Sort by last modified time
    Searched refs:iIdxCur (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
analyze.c 113 int iIdxCur; /* Cursor open on index being analyzed */
163 iIdxCur = pParse->nTab++;
178 sqlite3VdbeAddOp4(v, OP_OpenRead, iIdxCur, pIdx->tnum, iDb,
195 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur, regLast);
237 sqlite3VdbeAddOp2(v, OP_Rewind, iIdxCur, endOfLoop);
243 sqlite3VdbeAddOp3(v, OP_Column, iIdxCur, i, regCol);
246 /* Check if the record that cursor iIdxCur points to contains a
301 sqlite3VdbeAddOp3(v, OP_Column, iIdxCur, i, iMem+nCol+i+1);
306 sqlite3VdbeAddOp2(v, OP_Next, iIdxCur, topOfLoop);
307 sqlite3VdbeAddOp1(v, OP_Close, iIdxCur);
    [all...]
where.c     [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 48 milliseconds