Searched defs:sqlite3_pcache_page (Results 1 – 2 of 2) sorted by relevance
8927 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef8928 struct sqlite3_pcache_page { struct8929 void *pBuf; /* The content of the page */8930 void *pExtra; /* Extra information associated with the page */
9240 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef9241 struct sqlite3_pcache_page { struct9242 void *pBuf; /* The content of the page */9243 void *pExtra; /* Extra information associated with the page */