Home
last modified time | relevance | path

Searched defs:sqlite3_file (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h684 typedef struct sqlite3_file sqlite3_file; typedef
685 struct sqlite3_file { struct
693 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
Dbindgen_bundled_version.rs516 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()
Dsqlite3.c1747 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/
Dsqlite3.h722 typedef struct sqlite3_file sqlite3_file; typedef
723 struct sqlite3_file { struct
731 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
Dsqlite3.c1028 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/
Dsqlite3.h722 typedef struct sqlite3_file sqlite3_file; typedef
723 struct sqlite3_file { struct
731 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
Dsqlite3.c1028 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/
Dbindgen_3.6.8.rs250 pub struct sqlite3_file { struct
251 pub pMethods: *const sqlite3_file_sqlite3_io_methods, argument
339 impl Clone for sqlite3_file { implementation
Dbindgen_3.6.23.rs278 pub struct sqlite3_file { struct
279 pub pMethods: *const sqlite3_file_sqlite3_io_methods, argument
367 impl Clone for sqlite3_file { implementation
Dbindgen_3.7.7.rs323 pub struct sqlite3_file { struct
324 pub pMethods: *const sqlite3_file_sqlite3_io_methods, argument
439 impl Clone for sqlite3_file { implementation
Dbindgen_3.7.16.rs357 pub struct sqlite3_file { struct
358 pub pMethods: *const sqlite3_file_sqlite3_io_methods, argument
473 impl Clone for sqlite3_file { implementation