Searched defs:sqlite3_pcache_page (Results 1 – 3 of 3) sorted by relevance
1738 struct sqlite3_pcache_page struct1756 sqlite3_pcache_page * function(sqlite3_pcache*, uint key, int createFlag) xFetch; argument
8902 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef8903 struct sqlite3_pcache_page { struct8904 void *pBuf; /* The content of the page */8905 void *pExtra; /* Extra information associated with the page */
9215 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef9216 struct sqlite3_pcache_page { struct9217 void *pBuf; /* The content of the page */9218 void *pExtra; /* Extra information associated with the page */