Home
last modified time | relevance | path

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

/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h6757 typedef struct sqlite3_module sqlite3_module; typedef
6775 struct sqlite3_module { struct
6776 int iVersion;
6777 int (*xCreate)(sqlite3*, void *pAux,
6780 int (*xConnect)(sqlite3*, void *pAux,
6783 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6784 int (*xDisconnect)(sqlite3_vtab *pVTab);
6785 int (*xDestroy)(sqlite3_vtab *pVTab);
6786 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6787 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dbindgen_bundled_version.rs2526 pub struct sqlite3_module { struct
2527 pub iVersion: ::std::os::raw::c_int,
2528 pub xCreate: ::std::option::Option<
2538 pub xConnect: ::std::option::Option<
2548 pub xBestIndex: ::std::option::Option<
2554 pub xDisconnect: ::std::option::Option<
2557 pub xDestroy: ::std::option::Option<
2560 pub xOpen: ::std::option::Option<
2566 pub xClose: ::std::option::Option<
2569 pub xFilter: ::std::option::Option<
[all …]
Dsqlite3.c7820 typedef struct sqlite3_module sqlite3_module; typedef
7838 struct sqlite3_module { struct
7839 int iVersion;
7840 int (*xCreate)(sqlite3*, void *pAux,
7843 int (*xConnect)(sqlite3*, void *pAux,
7846 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7847 int (*xDisconnect)(sqlite3_vtab *pVTab);
7848 int (*xDestroy)(sqlite3_vtab *pVTab);
7849 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7850 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/external/sqlite/dist/
Dsqlite3.h6963 typedef struct sqlite3_module sqlite3_module; typedef
6981 struct sqlite3_module { struct
6982 int iVersion;
6983 int (*xCreate)(sqlite3*, void *pAux,
6986 int (*xConnect)(sqlite3*, void *pAux,
6989 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6990 int (*xDisconnect)(sqlite3_vtab *pVTab);
6991 int (*xDestroy)(sqlite3_vtab *pVTab);
6992 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6993 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dsqlite3.c7269 typedef struct sqlite3_module sqlite3_module; typedef
7287 struct sqlite3_module { struct
7288 int iVersion;
7289 int (*xCreate)(sqlite3*, void *pAux,
7292 int (*xConnect)(sqlite3*, void *pAux,
7295 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7296 int (*xDisconnect)(sqlite3_vtab *pVTab);
7297 int (*xDestroy)(sqlite3_vtab *pVTab);
7298 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7299 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h6963 typedef struct sqlite3_module sqlite3_module; typedef
6981 struct sqlite3_module { struct
6982 int iVersion;
6983 int (*xCreate)(sqlite3*, void *pAux,
6986 int (*xConnect)(sqlite3*, void *pAux,
6989 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6990 int (*xDisconnect)(sqlite3_vtab *pVTab);
6991 int (*xDestroy)(sqlite3_vtab *pVTab);
6992 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6993 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dsqlite3.c7269 typedef struct sqlite3_module sqlite3_module; typedef
7287 struct sqlite3_module { struct
7288 int iVersion;
7289 int (*xCreate)(sqlite3*, void *pAux,
7292 int (*xConnect)(sqlite3*, void *pAux,
7295 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7296 int (*xDisconnect)(sqlite3_vtab *pVTab);
7297 int (*xDestroy)(sqlite3_vtab *pVTab);
7298 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7299 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.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.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.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 …]