Searched refs:pChunk (Results 1 – 1 of 1) sorted by relevance
59075 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member59100 p->pChunk = 0;59120 struct RowSetChunk *pChunk, *pNextChunk; local59121 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){59122 pNextChunk = pChunk->pNextChunk;59123 sqlite3DbFree(p->db, pChunk);59125 p->pChunk = 0;59161 pNew->pNextChunk = p->pChunk;59162 p->pChunk = pNew;109837 FileChunk *pChunk; /* Specific chunk into which cursor points */ member[all …]