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

  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 43 struct VdbeCursor {
84 typedef struct VdbeCursor VdbeCursor;
115 VdbeCursor **apCsr; /* Array of Vdbe cursors for parent frame */
128 ** A value for VdbeCursor.cacheValid that means the cache is always invalid.
286 VdbeCursor **apCsr; /* One element of this array for each open cursor */
290 u32 cacheCtr; /* VdbeCursor row cache generation counter */
337 void sqlite3VdbeFreeCursor(Vdbe *, VdbeCursor*);
339 int sqlite3VdbeCursorMoveto(VdbeCursor*);
350 int sqlite3VdbeIdxKeyCompare(VdbeCursor*,UnpackedRecord*,int*)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 327 milliseconds