Lines Matching defs:sqlite3_module
1466 pub struct sqlite3_module { struct
1467 pub iVersion: ::std::os::raw::c_int,
1468 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1:
1481 pub xConnect: ::std::option::Option<unsafe extern "C" fn(arg1:
1494 pub xBestIndex: ::std::option::Option<unsafe extern "C" fn(pVTab:
1499 pub xDisconnect: ::std::option::Option<unsafe extern "C" fn(pVTab:
1502 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(pVTab:
1505 pub xOpen: ::std::option::Option<unsafe extern "C" fn(pVTab:
1510 pub xClose: ::std::option::Option<unsafe extern "C" fn(arg1:
1513 pub xFilter: ::std::option::Option<unsafe extern "C" fn(arg1:
1524 pub xNext: ::std::option::Option<unsafe extern "C" fn(arg1:
1527 pub xEof: ::std::option::Option<unsafe extern "C" fn(arg1:
1530 pub xColumn: ::std::option::Option<unsafe extern "C" fn(arg1:
1537 pub xRowid: ::std::option::Option<unsafe extern "C" fn(arg1:
1542 pub xUpdate: ::std::option::Option<unsafe extern "C" fn(arg1:
1551 pub xBegin: ::std::option::Option<unsafe extern "C" fn(pVTab:
1554 pub xSync: ::std::option::Option<unsafe extern "C" fn(pVTab:
1557 pub xCommit: ::std::option::Option<unsafe extern "C" fn(pVTab:
1560 pub xRollback: ::std::option::Option<unsafe extern "C" fn(pVTab:
1563 pub xFindFunction: ::std::option::Option<unsafe extern "C" fn(pVtab:
1587 assert_eq!(::std::mem::size_of::<sqlite3_module>() , 160usize); in bindgen_test_layout_sqlite3_module() argument
1590 impl Clone for sqlite3_module { implementation
1596 arg1: *const sqlite3_module, in sqlite3_create_module()
1603 arg1: *const sqlite3_module, in sqlite3_create_module_v2()