Searched refs:pNextChunk (Results 1 – 1 of 1) sorted by relevance
57488 struct RowSetChunk *pNextChunk; /* Next chunk on list of them all */ member57543 struct RowSetChunk *pChunk, *pNextChunk; local57544 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){57545 pNextChunk = pChunk->pNextChunk;57584 pNew->pNextChunk = p->pChunk;