Searched defs:sqlite3_file (Results 1 – 11 of 11) sorted by relevance
| /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()
|
| D | sqlite3.c | 1731 typedef struct sqlite3_file sqlite3_file; typedef 1732 struct sqlite3_file { struct 1740 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
| /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
|
| D | sqlite3.c | 1719 typedef struct sqlite3_file sqlite3_file; typedef 1720 struct sqlite3_file { struct 1728 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
|
| /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
|
| D | sqlite3.c | 1719 typedef struct sqlite3_file sqlite3_file; typedef 1720 struct sqlite3_file { struct 1728 ** [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
|