Searched defs:sqlite3_pcache_page (Results 1 – 2 of 2) sorted by relevance
9141 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef9142 struct sqlite3_pcache_page { struct9143 void *pBuf; /* The content of the page */9144 void *pExtra; /* Extra information associated with the page */
9460 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef9461 struct sqlite3_pcache_page { struct9462 void *pBuf; /* The content of the page */9463 void *pExtra; /* Extra information associated with the page */