Searched defs:sqlite3_pcache_methods2 (Results 1 – 8 of 8) sorted by relevance
8509 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef8510 struct sqlite3_pcache_methods2 { struct8529 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
3744 pub struct sqlite3_pcache_methods2 { struct3745 pub iVersion: ::std::os::raw::c_int,3746 pub pArg: *mut ::std::os::raw::c_void,3747 pub xInit: ::std::option::Option<3750 pub xShutdown: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>,3751 pub xCreate: ::std::option::Option<3758 pub xCachesize: ::std::option::Option<3761 pub xPagecount: ::std::option::Option<3764 pub xFetch: ::std::option::Option<3793 fn bindgen_test_layout_sqlite3_pcache_methods2() { in bindgen_test_layout_sqlite3_pcache_methods2() argument[all …]
9572 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef9573 struct sqlite3_pcache_methods2 { struct9592 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
8761 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef8762 struct sqlite3_pcache_methods2 { struct8781 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
9067 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef9068 struct sqlite3_pcache_methods2 { struct9087 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
2035 pub struct sqlite3_pcache_methods2 { struct2036 pub iVersion: ::std::os::raw::c_int,2037 pub pArg: *mut ::std::os::raw::c_void,2038 pub xInit: ::std::option::Option<unsafe extern "C" fn(arg1:2041 pub xShutdown: ::std::option::Option<unsafe extern "C" fn(arg1:2043 pub xCreate: ::std::option::Option<unsafe extern "C" fn(szPage:2050 pub xCachesize: ::std::option::Option<unsafe extern "C" fn(arg1:2054 pub xPagecount: ::std::option::Option<unsafe extern "C" fn(arg1:2057 pub xFetch: ::std::option::Option<unsafe extern "C" fn(arg1:2064 pub xUnpin: ::std::option::Option<unsafe extern "C" fn(arg1:[all …]