Searched defs:sqlite3_pcache_page (Results 1 – 4 of 4) sorted by relevance
7431 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef7432 struct sqlite3_pcache_page { struct7433 void *pBuf; /* The content of the page */7434 void *pExtra; /* Extra information associated with the page */
8455 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef8456 struct sqlite3_pcache_page { struct8457 void *pBuf; /* The content of the page */8458 void *pExtra; /* Extra information associated with the page */