Searched defs:sqlite3_pcache_page (Results 1 - 4 of 4) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.h | 6096 ** The sqlite3_pcache_page object represents a single page in the 6103 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page 6104 struct sqlite3_pcache_page { struct 6197 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer. 6198 ** The pBuf element of the returned sqlite3_pcache_page object will be a 6200 ** single database page. The pExtra element of sqlite3_pcache_page will be 6277 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); 6278 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); 6279 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*, [all...] |
H A D | sqlite3.c | 6646 ** The sqlite3_pcache_page object represents a single page in the 6653 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page 6654 struct sqlite3_pcache_page { struct 6747 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer. 6748 ** The pBuf element of the returned sqlite3_pcache_page object will be a 6750 ** single database page. The pExtra element of sqlite3_pcache_page will be 6827 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); 6828 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); 6829 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*, [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.h | 6096 ** The sqlite3_pcache_page object represents a single page in the 6103 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page 6104 struct sqlite3_pcache_page { struct 6197 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer. 6198 ** The pBuf element of the returned sqlite3_pcache_page object will be a 6200 ** single database page. The pExtra element of sqlite3_pcache_page will be 6277 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); 6278 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); 6279 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*, [all...] |
H A D | sqlite3.c | 6646 ** The sqlite3_pcache_page object represents a single page in the 6653 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page 6654 struct sqlite3_pcache_page { struct 6747 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer. 6748 ** The pBuf element of the returned sqlite3_pcache_page object will be a 6750 ** single database page. The pExtra element of sqlite3_pcache_page will be 6827 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); 6828 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); 6829 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*, [all...] |
Completed in 439 milliseconds