Home
last modified time | relevance | path

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

/external/sqlite/dist/sqlite-autoconf-3420000/
Dsqlite3.h8903 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
8904 struct sqlite3_pcache_methods2 { struct
8923 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
Dsqlite3.c9213 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9214 struct sqlite3_pcache_methods2 { struct
9233 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h9079 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9080 struct sqlite3_pcache_methods2 { struct
9099 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
Dsqlite3.c9392 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9393 struct sqlite3_pcache_methods2 { struct
9412 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
/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/sqlite-autoconf-3440300/
Dsqlite3.h9079 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9080 struct sqlite3_pcache_methods2 { struct
9099 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
Dsqlite3.c9392 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9393 struct sqlite3_pcache_methods2 { struct
9412 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dsqlite3.h8903 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
8904 struct sqlite3_pcache_methods2 { struct
8923 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is argument
Dsqlite3.c9213 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
9214 struct sqlite3_pcache_methods2 { struct
9233 ** 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 …]