Searched defs:RowSet (Results 1 – 1 of 1) sorted by relevance
15772 typedef struct RowSet RowSet; typedef57497 struct RowSet { struct57498 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 …]