Searched refs:pChunk (Results 1 – 1 of 1) sorted by relevance
59026 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member59051 p->pChunk = 0;59071 struct RowSetChunk *pChunk, *pNextChunk; local59072 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){59073 pNextChunk = pChunk->pNextChunk;59074 sqlite3DbFree(p->db, pChunk);59076 p->pChunk = 0;59112 pNew->pNextChunk = p->pChunk;59113 p->pChunk = pNew;109679 FileChunk *pChunk; /* Specific chunk into which cursor points */ member[all …]