Lines Matching defs:pNextChunk
42454 struct RowSetChunk *pNextChunk; /* Next chunk on list of them all */42515 struct RowSetChunk *pChunk, *pNextChunk;42516 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){42517 pNextChunk = pChunk->pNextChunk;42544 pNew->pNextChunk = p->pChunk;