Searched defs:sqlite3_pcache_page (Results 1 – 6 of 6) sorted by relevance
8914 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef8915 struct sqlite3_pcache_page { struct8916 void *pBuf; /* The content of the page */8917 void *pExtra; /* Extra information associated with the page */
1880 pub struct sqlite3_pcache_page { struct1881 pub pBuf: *mut ::std::os::raw::c_void,1882 pub pExtra: *mut ::std::os::raw::c_void,
890 pub struct sqlite3_pcache_page { struct891 pub pBuf: *mut ::std::os::raw::c_void,892 pub pExtra: *mut ::std::os::raw::c_void,