Searched refs:sqlite3_file_sqlite3_io_methods (Results  1 – 4 of 4) sorted by relevance
| /external/rust/crates/libsqlite3-sys/bindgen-bindings/ | 
| D | bindgen_3.6.8.rs | 251     pub pMethods: *const sqlite3_file_sqlite3_io_methods,255 pub struct sqlite3_file_sqlite3_io_methods {  struct
 326     assert_eq!(::std::mem::size_of::<sqlite3_file_sqlite3_io_methods>() ,  in bindgen_test_layout_sqlite3_file_sqlite3_io_methods()  argument
 328     assert_eq!(::std::mem::align_of::<sqlite3_file_sqlite3_io_methods>() ,  in bindgen_test_layout_sqlite3_file_sqlite3_io_methods()
 331 impl Clone for sqlite3_file_sqlite3_io_methods {  implementation
 342 pub type sqlite3_io_methods = sqlite3_file_sqlite3_io_methods;
 
 | 
| D | bindgen_3.6.23.rs | 279     pub pMethods: *const sqlite3_file_sqlite3_io_methods,283 pub struct sqlite3_file_sqlite3_io_methods {  struct
 354     assert_eq!(::std::mem::size_of::<sqlite3_file_sqlite3_io_methods>() ,  in bindgen_test_layout_sqlite3_file_sqlite3_io_methods()  argument
 356     assert_eq!(::std::mem::align_of::<sqlite3_file_sqlite3_io_methods>() ,  in bindgen_test_layout_sqlite3_file_sqlite3_io_methods()
 359 impl Clone for sqlite3_file_sqlite3_io_methods {  implementation
 370 pub type sqlite3_io_methods = sqlite3_file_sqlite3_io_methods;
 
 | 
| D | bindgen_3.7.16.rs | 358     pub pMethods: *const sqlite3_file_sqlite3_io_methods,362 pub struct sqlite3_file_sqlite3_io_methods {  struct
 460     assert_eq!(::std::mem::size_of::<sqlite3_file_sqlite3_io_methods>() ,  in bindgen_test_layout_sqlite3_file_sqlite3_io_methods()  argument
 462     assert_eq!(::std::mem::align_of::<sqlite3_file_sqlite3_io_methods>() ,  in bindgen_test_layout_sqlite3_file_sqlite3_io_methods()
 465 impl Clone for sqlite3_file_sqlite3_io_methods {  implementation
 476 pub type sqlite3_io_methods = sqlite3_file_sqlite3_io_methods;
 
 | 
| D | bindgen_3.7.7.rs | 324     pub pMethods: *const sqlite3_file_sqlite3_io_methods,328 pub struct sqlite3_file_sqlite3_io_methods {  struct
 426     assert_eq!(::std::mem::size_of::<sqlite3_file_sqlite3_io_methods>() ,  in bindgen_test_layout_sqlite3_file_sqlite3_io_methods()  argument
 428     assert_eq!(::std::mem::align_of::<sqlite3_file_sqlite3_io_methods>() ,  in bindgen_test_layout_sqlite3_file_sqlite3_io_methods()
 431 impl Clone for sqlite3_file_sqlite3_io_methods {  implementation
 442 pub type sqlite3_io_methods = sqlite3_file_sqlite3_io_methods;
 
 |