Lines Matching defs:sqlite3_module
1484 pub struct sqlite3_module { struct
1485 pub iVersion: ::std::os::raw::c_int,
1486 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1:
1499 pub xConnect: ::std::option::Option<unsafe extern "C" fn(arg1:
1512 pub xBestIndex: ::std::option::Option<unsafe extern "C" fn(pVTab:
1517 pub xDisconnect: ::std::option::Option<unsafe extern "C" fn(pVTab:
1520 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(pVTab:
1523 pub xOpen: ::std::option::Option<unsafe extern "C" fn(pVTab:
1528 pub xClose: ::std::option::Option<unsafe extern "C" fn(arg1:
1531 pub xFilter: ::std::option::Option<unsafe extern "C" fn(arg1:
1542 pub xNext: ::std::option::Option<unsafe extern "C" fn(arg1:
1545 pub xEof: ::std::option::Option<unsafe extern "C" fn(arg1:
1548 pub xColumn: ::std::option::Option<unsafe extern "C" fn(arg1:
1555 pub xRowid: ::std::option::Option<unsafe extern "C" fn(arg1:
1560 pub xUpdate: ::std::option::Option<unsafe extern "C" fn(arg1:
1569 pub xBegin: ::std::option::Option<unsafe extern "C" fn(pVTab:
1572 pub xSync: ::std::option::Option<unsafe extern "C" fn(pVTab:
1575 pub xCommit: ::std::option::Option<unsafe extern "C" fn(pVTab:
1578 pub xRollback: ::std::option::Option<unsafe extern "C" fn(pVTab:
1581 pub xFindFunction: ::std::option::Option<unsafe extern "C" fn(pVtab:
1605 assert_eq!(::std::mem::size_of::<sqlite3_module>() , 160usize); in bindgen_test_layout_sqlite3_module() argument
1608 impl Clone for sqlite3_module { implementation
1614 p: *const sqlite3_module, in sqlite3_create_module()
1621 p: *const sqlite3_module, in sqlite3_create_module_v2()