Searched defs:sqlite3_file (Results 1 – 8 of 8) sorted by relevance
/external/sqlite/dist/orig/ |
D | sqlite3.h | 680 typedef struct sqlite3_file sqlite3_file; typedef 681 struct sqlite3_file { struct 689 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.h | 683 typedef struct sqlite3_file sqlite3_file; typedef 684 struct sqlite3_file { struct 692 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
D | bindgen_bundled_version.rs | 510 pub struct sqlite3_file { struct 516 ::std::mem::size_of::<sqlite3_file>(), in bindgen_test_layout_sqlite3_file() argument 1587 pub fn sqlite3_database_file_object(arg1: *const ::std::os::raw::c_char) -> *mut sqlite3_file; in sqlite3_database_file_object()
|
/external/sqlite/dist/ |
D | sqlite3.h | 680 typedef struct sqlite3_file sqlite3_file; typedef 681 struct sqlite3_file { struct 689 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
/external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
D | bindgen_3.6.8.rs | 250 pub struct sqlite3_file { struct 251 pub pMethods: *const sqlite3_file_sqlite3_io_methods, argument 339 impl Clone for sqlite3_file { implementation
|
D | bindgen_3.6.23.rs | 278 pub struct sqlite3_file { struct 279 pub pMethods: *const sqlite3_file_sqlite3_io_methods, argument 367 impl Clone for sqlite3_file { implementation
|
D | bindgen_3.7.7.rs | 323 pub struct sqlite3_file { struct 324 pub pMethods: *const sqlite3_file_sqlite3_io_methods, argument 439 impl Clone for sqlite3_file { implementation
|
D | bindgen_3.7.16.rs | 357 pub struct sqlite3_file { struct 358 pub pMethods: *const sqlite3_file_sqlite3_io_methods, argument 473 impl Clone for sqlite3_file { implementation
|