Home
last modified time | relevance | path

Searched defs:RowSet (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15772 typedef struct RowSet RowSet; typedef
57496 struct RowSet { struct
57497 struct RowSetChunk *pChunk; /* List of all chunk allocations */
57498 sqlite3 *db; /* The database connection */
57499 struct RowSetEntry *pEntry; /* List of entries using pRight */
57500 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
57501 struct RowSetEntry *pFresh; /* Source of new entry objects */
57502 struct RowSetEntry *pForest; /* List of binary trees of entries */
57503 u16 nFresh; /* Number of objects on pFresh */
57504 u16 rsFlags; /* Various flags */
[all …]