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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c12590 struct VdbeCursor { struct
12633 typedef struct VdbeCursor VdbeCursor; typedef in typeref:struct:VdbeCursor
12664 VdbeCursor **apCsr; /* Array of Vdbe cursors for parent frame */
12677 ** A value for VdbeCursor.cacheValid that means the cache is always invalid.
12835 VdbeCursor **apCsr; /* One element of this array for each open cursor */
12840 u32 cacheCtr; /* VdbeCursor row cache generation counter */
12886 SQLITE_PRIVATE void sqlite3VdbeFreeCursor(Vdbe *, VdbeCursor*);
12888 SQLITE_PRIVATE int sqlite3VdbeCursorMoveto(VdbeCursor*);
12899 SQLITE_PRIVATE int sqlite3VdbeIdxKeyCompare(VdbeCursor*,UnpackedRecor
[all...]

Completed in 211 milliseconds