Home
last modified time | relevance | path

Searched defs:RowSet (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Drowset.c108 struct RowSet { struct
109 struct RowSetChunk *pChunk; /* List of all chunk allocations */ argument
111 struct RowSetEntry *pEntry; /* List of entries using pRight */ argument
112 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ argument
113 struct RowSetEntry *pFresh; /* Source of new entry objects */ argument
114 struct RowSetEntry *pForest; /* List of binary trees of entries */ argument
121 ** Allowed values for RowSet.rsFlags argument
H A DsqliteInt.h1207 typedef struct RowSet RowSet; typedef