Searched defs:sqlite3_file (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.h | 684 typedef struct sqlite3_file sqlite3_file; typedef 685 struct sqlite3_file { struct 693 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
| D | bindgen_bundled_version.rs | 516 pub struct sqlite3_file { struct 522 ::std::mem::size_of::<sqlite3_file>(), in bindgen_test_layout_sqlite3_file() argument 1593 pub fn sqlite3_database_file_object(arg1: *const ::std::os::raw::c_char) -> *mut sqlite3_file; in sqlite3_database_file_object()
|
| D | sqlite3.c | 1747 typedef struct sqlite3_file sqlite3_file; typedef 1748 struct sqlite3_file { struct 1756 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
| /external/sqlite/dist/ |
| D | sqlite3.h | 722 typedef struct sqlite3_file sqlite3_file; typedef 723 struct sqlite3_file { struct 731 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
| D | sqlite3.c | 1028 typedef struct sqlite3_file sqlite3_file; typedef 1029 struct sqlite3_file { struct 1037 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.h | 722 typedef struct sqlite3_file sqlite3_file; typedef 723 struct sqlite3_file { struct 731 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
| D | sqlite3.c | 1028 typedef struct sqlite3_file sqlite3_file; typedef 1029 struct sqlite3_file { struct 1037 ** [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
|