Home
last modified time | relevance | path

Searched refs:pChunk (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c59026 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member
59051 p->pChunk = 0;
59071 struct RowSetChunk *pChunk, *pNextChunk; local
59072 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 …]