Home
last modified time | relevance | path

Searched refs:RowSetChunk (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Drowset.c98 struct RowSetChunk { struct
99 struct RowSetChunk *pNextChunk; /* Next chunk on list of them all */ argument
109 struct RowSetChunk *pChunk; /* List of all chunk allocations */ argument
154 struct RowSetChunk *pChunk, *pNextChunk; in sqlite3RowSetClear()
190 struct RowSetChunk *pNew; in rowSetEntryAlloc()