Lines Matching defs:RowSet
15772 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 */
57506 int iBatch; /* Current insert batch */