Searched defs:FileChunk (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmemjournal.c22 typedef struct FileChunk FileChunk; typedef in typeref:struct:FileChunk
28 ** the FileChunk object will have a size that almost exactly fills
32 #define JOURNAL_CHUNKSIZE ((int)(1024-sizeof(FileChunk*)))
43 struct FileChunk { struct
44 FileChunk *pNext; /* Next chunk in the journal */
54 FileChunk *pChunk; /* Specific chunk into which cursor points */
63 FileChunk *pFirst; /* Head of in-memory chunk-list */
82 FileChunk *pChunk;
134 FileChunk *pChun
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c69158 typedef struct FileChunk FileChunk; typedef in typeref:struct:FileChunk
69179 struct FileChunk { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c76376 typedef struct FileChunk FileChunk; typedef in typeref:struct:FileChunk
76391 struct FileChunk { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c76396 typedef struct FileChunk FileChunk; typedef in typeref:struct:FileChunk
76411 struct FileChunk { struct
[all...]

Completed in 476 milliseconds