Home
last modified time | relevance | path

Searched defs:sqlite3_pcache_methods2 (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h8509 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
8510 struct sqlite3_pcache_methods2 { struct
8529 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
Dbindgen_bundled_version.rs3744 pub struct sqlite3_pcache_methods2 { struct
3745 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 …]
Dsqlite3.c9572 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9573 struct sqlite3_pcache_methods2 { struct
9592 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
/external/sqlite/dist/
Dsqlite3.h8761 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
8762 struct sqlite3_pcache_methods2 { struct
8781 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
Dsqlite3.c9067 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9068 struct sqlite3_pcache_methods2 { struct
9087 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
/external/sqlite/dist/orig/
Dsqlite3.h8761 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
8762 struct sqlite3_pcache_methods2 { struct
8781 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
Dsqlite3.c9067 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9068 struct sqlite3_pcache_methods2 { struct
9087 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.7.16.rs2035 pub struct sqlite3_pcache_methods2 { struct
2036 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 …]