Home
last modified time | relevance | path

Searched defs:sqlite3_module (Results 1 – 11 of 11) sorted by relevance

/external/sqlite/dist/orig/
Dsqlite3.h6690 typedef struct sqlite3_module sqlite3_module; typedef
6708 struct sqlite3_module { struct
6709 int iVersion;
6710 int (*xCreate)(sqlite3*, void *pAux,
6713 int (*xConnect)(sqlite3*, void *pAux,
6716 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6717 int (*xDisconnect)(sqlite3_vtab *pVTab);
6718 int (*xDestroy)(sqlite3_vtab *pVTab);
6719 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6720 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dsqlite3.c7729 typedef struct sqlite3_module sqlite3_module; typedef
7747 struct sqlite3_module { struct
7748 int iVersion;
7749 int (*xCreate)(sqlite3*, void *pAux,
7752 int (*xConnect)(sqlite3*, void *pAux,
7755 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7756 int (*xDisconnect)(sqlite3_vtab *pVTab);
7757 int (*xDestroy)(sqlite3_vtab *pVTab);
7758 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7759 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/external/sqlite/dist/
Dsqlite3.h6690 typedef struct sqlite3_module sqlite3_module; typedef
6708 struct sqlite3_module { struct
6709 int iVersion;
6710 int (*xCreate)(sqlite3*, void *pAux,
6713 int (*xConnect)(sqlite3*, void *pAux,
6716 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6717 int (*xDisconnect)(sqlite3_vtab *pVTab);
6718 int (*xDestroy)(sqlite3_vtab *pVTab);
6719 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6720 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dsqlite3.c7729 typedef struct sqlite3_module sqlite3_module; typedef
7747 struct sqlite3_module { struct
7748 int iVersion;
7749 int (*xCreate)(sqlite3*, void *pAux,
7752 int (*xConnect)(sqlite3*, void *pAux,
7755 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7756 int (*xDisconnect)(sqlite3_vtab *pVTab);
7757 int (*xDestroy)(sqlite3_vtab *pVTab);
7758 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7759 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h6692 typedef struct sqlite3_module sqlite3_module; typedef
6710 struct sqlite3_module { struct
6711 int iVersion;
6712 int (*xCreate)(sqlite3*, void *pAux,
6715 int (*xConnect)(sqlite3*, void *pAux,
6718 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6719 int (*xDisconnect)(sqlite3_vtab *pVTab);
6720 int (*xDestroy)(sqlite3_vtab *pVTab);
6721 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6722 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dbindgen_bundled_version.rs2514 pub struct sqlite3_module { struct
2515 pub iVersion: ::std::os::raw::c_int,
2516 pub xCreate: ::std::option::Option<
2526 pub xConnect: ::std::option::Option<
2536 pub xBestIndex: ::std::option::Option<
2542 pub xDisconnect: ::std::option::Option<
2545 pub xDestroy: ::std::option::Option<
2548 pub xOpen: ::std::option::Option<
2554 pub xClose: ::std::option::Option<
2557 pub xFilter: ::std::option::Option<
[all …]
Dsqlite3.c7740 typedef struct sqlite3_module sqlite3_module; typedef
7758 struct sqlite3_module { struct
7759 int iVersion;
7760 int (*xCreate)(sqlite3*, void *pAux,
7763 int (*xConnect)(sqlite3*, void *pAux,
7766 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7767 int (*xDisconnect)(sqlite3_vtab *pVTab);
7768 int (*xDestroy)(sqlite3_vtab *pVTab);
7769 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7770 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.7.7.rs1630 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:
[all …]
Dbindgen_3.6.23.rs1484 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:
[all …]
Dbindgen_3.6.8.rs1466 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:
[all …]
Dbindgen_3.7.16.rs1701 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:
[all …]