Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Drowset.c99 struct RowSetChunk *pNextChunk; /* Next chunk on list of them all */ member
154 struct RowSetChunk *pChunk, *pNextChunk; in sqlite3RowSetClear() local
155 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){ in sqlite3RowSetClear()
156 pNextChunk = pChunk->pNextChunk; in sqlite3RowSetClear()
195 pNew->pNextChunk = p->pChunk; in rowSetEntryAlloc()