FileChunk 69158 third_party/sqlite/amalgamation/sqlite3.c typedef struct FileChunk FileChunk; FileChunk 69168 third_party/sqlite/amalgamation/sqlite3.c #define JOURNAL_CHUNKSIZE ((int)(1024-sizeof(FileChunk*))) FileChunk 69180 third_party/sqlite/amalgamation/sqlite3.c FileChunk *pNext; /* Next chunk in the journal */ FileChunk 69190 third_party/sqlite/amalgamation/sqlite3.c FileChunk *pChunk; /* Specific chunk into which cursor points */ FileChunk 69199 third_party/sqlite/amalgamation/sqlite3.c FileChunk *pFirst; /* Head of in-memory chunk-list */ FileChunk 69218 third_party/sqlite/amalgamation/sqlite3.c FileChunk *pChunk; FileChunk 69270 third_party/sqlite/amalgamation/sqlite3.c FileChunk *pChunk = p->endpoint.pChunk; FileChunk 69276 third_party/sqlite/amalgamation/sqlite3.c FileChunk *pNew = sqlite3_malloc(sizeof(FileChunk)); FileChunk 69305 third_party/sqlite/amalgamation/sqlite3.c FileChunk *pChunk; FileChunk 69310 third_party/sqlite/amalgamation/sqlite3.c FileChunk *pTmp = pChunk; FileChunk 22 third_party/sqlite/src/src/memjournal.c typedef struct FileChunk FileChunk; FileChunk 32 third_party/sqlite/src/src/memjournal.c #define JOURNAL_CHUNKSIZE ((int)(1024-sizeof(FileChunk*))) FileChunk 44 third_party/sqlite/src/src/memjournal.c FileChunk *pNext; /* Next chunk in the journal */ FileChunk 54 third_party/sqlite/src/src/memjournal.c FileChunk *pChunk; /* Specific chunk into which cursor points */ FileChunk 63 third_party/sqlite/src/src/memjournal.c FileChunk *pFirst; /* Head of in-memory chunk-list */ FileChunk 82 third_party/sqlite/src/src/memjournal.c FileChunk *pChunk; FileChunk 134 third_party/sqlite/src/src/memjournal.c FileChunk *pChunk = p->endpoint.pChunk; FileChunk 140 third_party/sqlite/src/src/memjournal.c FileChunk *pNew = sqlite3_malloc(sizeof(FileChunk)); FileChunk 169 third_party/sqlite/src/src/memjournal.c FileChunk *pChunk; FileChunk 174 third_party/sqlite/src/src/memjournal.c FileChunk *pTmp = pChunk;