Searched defs: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.c35988 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member in struct:RowSet
36033 struct RowSetChunk *pChunk, *pNextChunk; local
69190 FileChunk *pChunk; /* Specific chunk into which cursor points */ member in struct:FilePoint
69218 FileChunk *pChunk; local
69270 FileChunk *pChunk = p->endpoint.pChunk; local
69305 FileChunk *pChunk; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39704 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member in struct:RowSet
39755 struct RowSetChunk *pChunk, *pNextChunk; local
76402 FileChunk *pChunk; /* Specific chunk into which cursor points */ member in struct:FilePoint
76430 FileChunk *pChunk; local
76482 FileChunk *pChunk = p->endpoint.pChunk; local
76517 FileChunk *pChunk; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39724 struct RowSetChunk *pChunk; /* List of all chunk allocations */ member in struct:RowSet
39775 struct RowSetChunk *pChunk, *pNextChunk; local
76422 FileChunk *pChunk; /* Specific chunk into which cursor points */ member in struct:FilePoint
76450 FileChunk *pChunk; local
76502 FileChunk *pChunk = p->endpoint.pChunk; local
76537 FileChunk *pChunk; local
[all...]

Completed in 1220 milliseconds