Searched refs:pNextChunk (Results 1 – 1 of 1) sorted by relevance
99 struct RowSetChunk *pNextChunk; /* Next chunk on list of them all */ member154 struct RowSetChunk *pChunk, *pNextChunk; in sqlite3RowSetClear() local155 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){ in sqlite3RowSetClear()156 pNextChunk = pChunk->pNextChunk; in sqlite3RowSetClear()195 pNew->pNextChunk = p->pChunk; in rowSetEntryAlloc()