Lines Matching defs:sqlite3_module
1701 pub struct sqlite3_module { struct
1702 pub iVersion: ::std::os::raw::c_int,
1703 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1:
1716 pub xConnect: ::std::option::Option<unsafe extern "C" fn(arg1:
1729 pub xBestIndex: ::std::option::Option<unsafe extern "C" fn(pVTab:
1734 pub xDisconnect: ::std::option::Option<unsafe extern "C" fn(pVTab:
1737 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(pVTab:
1740 pub xOpen: ::std::option::Option<unsafe extern "C" fn(pVTab:
1745 pub xClose: ::std::option::Option<unsafe extern "C" fn(arg1:
1748 pub xFilter: ::std::option::Option<unsafe extern "C" fn(arg1:
1759 pub xNext: ::std::option::Option<unsafe extern "C" fn(arg1:
1762 pub xEof: ::std::option::Option<unsafe extern "C" fn(arg1:
1765 pub xColumn: ::std::option::Option<unsafe extern "C" fn(arg1:
1772 pub xRowid: ::std::option::Option<unsafe extern "C" fn(arg1:
1777 pub xUpdate: ::std::option::Option<unsafe extern "C" fn(arg1:
1786 pub xBegin: ::std::option::Option<unsafe extern "C" fn(pVTab:
1789 pub xSync: ::std::option::Option<unsafe extern "C" fn(pVTab:
1792 pub xCommit: ::std::option::Option<unsafe extern "C" fn(pVTab:
1795 pub xRollback: ::std::option::Option<unsafe extern "C" fn(pVTab:
1798 pub xFindFunction: ::std::option::Option<unsafe extern "C" fn(pVtab:
1837 assert_eq!(::std::mem::size_of::<sqlite3_module>() , 184usize); in bindgen_test_layout_sqlite3_module() argument
1840 impl Clone for sqlite3_module { implementation
1846 p: *const sqlite3_module, in sqlite3_create_module()
1853 p: *const sqlite3_module, in sqlite3_create_module_v2()