HomeSort by relevance Sort by last modified time
    Searched defs:pNextChunk (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 93 struct RowSetChunk *pNextChunk; /* Next chunk on list of them all */
148 struct RowSetChunk *pChunk, *pNextChunk;
149 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){
150 pNextChunk = pChunk->pNextChunk;
177 pNew->pNextChunk = p->pChunk;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 48 milliseconds