Home
last modified time | relevance | path

Searched defs:sqlite3_pcache_page (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h8914 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8915 struct sqlite3_pcache_page { struct
8916 void *pBuf; /* The content of the page */
8917 void *pExtra; /* Extra information associated with the page */
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h8914 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8915 struct sqlite3_pcache_page { struct
8916 void *pBuf; /* The content of the page */
8917 void *pExtra; /* Extra information associated with the page */
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3.h8914 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8915 struct sqlite3_pcache_page { struct
8916 void *pBuf; /* The content of the page */
8917 void *pExtra; /* Extra information associated with the page */
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3.h8914 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8915 struct sqlite3_pcache_page { struct
8916 void *pBuf; /* The content of the page */
8917 void *pExtra; /* Extra information associated with the page */
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs1880 pub struct sqlite3_pcache_page { struct
1881 pub pBuf: *mut ::std::os::raw::c_void,
1882 pub pExtra: *mut ::std::os::raw::c_void,
Dbindgen_3.14.0_ext.rs890 pub struct sqlite3_pcache_page { struct
891 pub pBuf: *mut ::std::os::raw::c_void,
892 pub pExtra: *mut ::std::os::raw::c_void,