Searched defs:sqlite3_pcache_page (Results 1 – 2 of 2) sorted by relevance
6722 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef6723 struct sqlite3_pcache_page { struct6724 void *pBuf; /* The content of the page */6725 void *pExtra; /* Extra information associated with the page */
6929 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef6930 struct sqlite3_pcache_page { struct6931 void *pBuf; /* The content of the page */6932 void *pExtra; /* Extra information associated with the page */
Completed in 290 milliseconds