Searched defs:RowSet (Results 1 – 5 of 5) sorted by relevance
102 struct RowSet { struct103 struct RowSetChunk *pChunk; /* List of all chunk allocations */ argument105 struct RowSetEntry *pEntry; /* List of entries using pRight */ argument106 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ argument107 struct RowSetEntry *pFresh; /* Source of new entry objects */ argument108 struct RowSetEntry *pTree; /* Binary tree of entries */ argument115 ** Turn bulk memory into a RowSet object. N bytes of memory argument
622 typedef struct RowSet RowSet; typedef
7602 typedef struct RowSet RowSet; typedef
8806 typedef struct RowSet RowSet; typedef