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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmemjournal.c54 FileChunk *pChunk; /* Specific chunk into which cursor points */ member in struct:FilePoint
82 FileChunk *pChunk; local
89 for(pChunk=p->pFirst;
90 ALWAYS(pChunk) && (iOff+JOURNAL_CHUNKSIZE)<=iOfst;
91 pChunk=pChunk->pNext
96 pChunk = p->readpoint.pChunk;
103 memcpy(zOut, &pChunk->zChunk[iChunkOffset], nCopy);
107 } while( nRead>=0 && (pChunk
134 FileChunk *pChunk = p->endpoint.pChunk; local
169 FileChunk *pChunk; local
[all...]
H A Drowset.c103 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member in struct:RowSet
130 p->pChunk = 0;
148 struct RowSetChunk *pChunk, *pNextChunk; local
149 for(pChunk=p->pChunk; pChunk; pChunk = pNextChunk){
150 pNextChunk = pChunk->pNextChunk;
151 sqlite3DbFree(p->db, pChunk);
153 p->pChunk
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c36001 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member in struct:RowSet
36046 struct RowSetChunk *pChunk, *pNextChunk; local
69369 FileChunk *pChunk; /* Specific chunk into which cursor points */ member in struct:FilePoint
69397 FileChunk *pChunk; local
69449 FileChunk *pChunk = p->endpoint.pChunk; local
69484 FileChunk *pChunk; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c37966 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member in struct:RowSet
38011 struct RowSetChunk *pChunk, *pNextChunk; local
72821 FileChunk *pChunk; /* Specific chunk into which cursor points */ member in struct:FilePoint
72849 FileChunk *pChunk; local
72901 FileChunk *pChunk = p->endpoint.pChunk; local
72936 FileChunk *pChunk; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c37994 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member in struct:RowSet
38039 struct RowSetChunk *pChunk, *pNextChunk; local
72857 FileChunk *pChunk; /* Specific chunk into which cursor points */ member in struct:FilePoint
72885 FileChunk *pChunk; local
72937 FileChunk *pChunk = p->endpoint.pChunk; local
72972 FileChunk *pChunk; local
[all...]

Completed in 471 milliseconds