• Home
  • Raw
  • Download

Lines Matching defs:sqlite3_module

1630 pub struct sqlite3_module {  struct
1631 pub iVersion: ::std::os::raw::c_int,
1632 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1:
1645 pub xConnect: ::std::option::Option<unsafe extern "C" fn(arg1:
1658 pub xBestIndex: ::std::option::Option<unsafe extern "C" fn(pVTab:
1663 pub xDisconnect: ::std::option::Option<unsafe extern "C" fn(pVTab:
1666 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(pVTab:
1669 pub xOpen: ::std::option::Option<unsafe extern "C" fn(pVTab:
1674 pub xClose: ::std::option::Option<unsafe extern "C" fn(arg1:
1677 pub xFilter: ::std::option::Option<unsafe extern "C" fn(arg1:
1688 pub xNext: ::std::option::Option<unsafe extern "C" fn(arg1:
1691 pub xEof: ::std::option::Option<unsafe extern "C" fn(arg1:
1694 pub xColumn: ::std::option::Option<unsafe extern "C" fn(arg1:
1701 pub xRowid: ::std::option::Option<unsafe extern "C" fn(arg1:
1706 pub xUpdate: ::std::option::Option<unsafe extern "C" fn(arg1:
1715 pub xBegin: ::std::option::Option<unsafe extern "C" fn(pVTab:
1718 pub xSync: ::std::option::Option<unsafe extern "C" fn(pVTab:
1721 pub xCommit: ::std::option::Option<unsafe extern "C" fn(pVTab:
1724 pub xRollback: ::std::option::Option<unsafe extern "C" fn(pVTab:
1727 pub xFindFunction: ::std::option::Option<unsafe extern "C" fn(pVtab:
1766 assert_eq!(::std::mem::size_of::<sqlite3_module>() , 184usize); in bindgen_test_layout_sqlite3_module() argument
1769 impl Clone for sqlite3_module { implementation
1775 p: *const sqlite3_module, in sqlite3_create_module()
1782 p: *const sqlite3_module, in sqlite3_create_module_v2()