Searched defs:RowSet (Results 1 – 2 of 2) sorted by relevance
108 struct RowSet { struct109 struct RowSetChunk *pChunk; /* List of all chunk allocations */ argument111 struct RowSetEntry *pEntry; /* List of entries using pRight */ argument112 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ argument113 struct RowSetEntry *pFresh; /* Source of new entry objects */ argument114 struct RowSetEntry *pForest; /* List of binary trees of entries */ argument121 ** Allowed values for RowSet.rsFlags argument
1207 typedef struct RowSet RowSet; typedef