Searched refs:readpoint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmemjournal.c65 FilePoint readpoint; /* Pointer to the end of the last xRead() */ member in struct:MemJournal
87 if( p->readpoint.iOffset!=iOfst || iOfst==0 ){
96 pChunk = p->readpoint.pChunk;
108 p->readpoint.iOffset = iOfst+iAmt;
109 p->readpoint.pChunk = pChunk;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c69201 FilePoint readpoint; /* Pointer to the end of the last xRead() */ member in struct:MemJournal
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c76413 FilePoint readpoint; /* Pointer to the end of the last xRead() */ member in struct:MemJournal
[all...]
/external/sqlite/dist/
H A Dsqlite3.c76433 FilePoint readpoint; /* Pointer to the end of the last xRead() */ member in struct:MemJournal
[all...]

Completed in 2833 milliseconds