Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c57488 struct RowSetChunk *pNextChunk; /* Next chunk on list of them all */ member
57543 struct RowSetChunk *pChunk, *pNextChunk; local
57544 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){
57545 pNextChunk = pChunk->pNextChunk;
57584 pNew->pNextChunk = p->pChunk;