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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21052 ** A VdbeCursor is an superclass (a wrapper) for various cursor objects:
21061 typedef struct VdbeCursor VdbeCursor; typedef in typeref:struct:VdbeCursor
21062 struct VdbeCursor { struct
21092 /* When a new VdbeCursor is allocated, only the fields above are zeroed.
21095 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */
21123 ** A value for VdbeCursor.cacheStatus that means the cache is always invalid.
21155 VdbeCursor **apCsr; /* Array of Vdbe cursors for parent frame */
21374 u32 cacheCtr; /* VdbeCursor row cache generation counter */
21385 VdbeCursor **apCs
[all...]

Completed in 815 milliseconds