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
57497 struct RowSet { struct
57498 struct RowSetChunk *pChunk; /* List of all chunk allocations */
57499 sqlite3 *db; /* The database connection */
57500 struct RowSetEntry *pEntry; /* List of entries using pRight */
57501 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
57502 struct RowSetEntry *pFresh; /* Source of new entry objects */
57503 struct RowSetEntry *pForest; /* List of binary trees of entries */
57504 u16 nFresh; /* Number of objects on pFresh */
57505 u16 rsFlags; /* Various flags */
[all …]