Home | History | Annotate | Download | only in dist

Lines Matching defs:pNextChunk

42472   struct RowSetChunk *pNextChunk;        /* Next chunk on list of them all */
42533 struct RowSetChunk *pChunk, *pNextChunk;
42534 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){
42535 pNextChunk = pChunk->pNextChunk;
42562 pNew->pNextChunk = p->pChunk;