Searched defs:sqlite3_pcache_page (Results 1 – 2 of 2) sorted by relevance
8547 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef8548 struct sqlite3_pcache_page { struct8549 void *pBuf; /* The content of the page */8550 void *pExtra; /* Extra information associated with the page */
8860 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef8861 struct sqlite3_pcache_page { struct8862 void *pBuf; /* The content of the page */8863 void *pExtra; /* Extra information associated with the page */