Searched defs:sqlite3_pcache_page (Results 1 – 4 of 4) sorted by relevance
6103 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef6104 struct sqlite3_pcache_page { struct6105 void *pBuf; /* The content of the page */6106 void *pExtra; /* Extra information associated with the page */
6653 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef6654 struct sqlite3_pcache_page { struct6655 void *pBuf; /* The content of the page */6656 void *pExtra; /* Extra information associated with the page */