Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dsqlite3.h680 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/
Dsqlite3.h683 typedef struct sqlite3_file sqlite3_file; typedef
684 struct sqlite3_file { struct
692 ** [sqlite3_file] object (or, more commonly, a subclass of the argument
Dbindgen_bundled_version.rs510 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/
Dsqlite3.h680 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/
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