Home
last modified time | relevance | path

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

123

/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/sqlite/dist/
Dsqlite3.h6336 typedef struct sqlite3_module sqlite3_module; typedef
6354 struct sqlite3_module { struct
6355 int iVersion;
6356 int (*xCreate)(sqlite3*, void *pAux,
6359 int (*xConnect)(sqlite3*, void *pAux,
6362 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6363 int (*xDisconnect)(sqlite3_vtab *pVTab);
6364 int (*xDestroy)(sqlite3_vtab *pVTab);
6365 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6366 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h6336 typedef struct sqlite3_module sqlite3_module; typedef
6354 struct sqlite3_module { struct
6355 int iVersion;
6356 int (*xCreate)(sqlite3*, void *pAux,
6359 int (*xConnect)(sqlite3*, void *pAux,
6362 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6363 int (*xDisconnect)(sqlite3_vtab *pVTab);
6364 int (*xDestroy)(sqlite3_vtab *pVTab);
6365 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6366 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h6336 typedef struct sqlite3_module sqlite3_module; typedef
6354 struct sqlite3_module { struct
6355 int iVersion;
6356 int (*xCreate)(sqlite3*, void *pAux,
6359 int (*xConnect)(sqlite3*, void *pAux,
6362 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6363 int (*xDisconnect)(sqlite3_vtab *pVTab);
6364 int (*xDestroy)(sqlite3_vtab *pVTab);
6365 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6366 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/sqlite/dist/orig/
Dsqlite3.h6336 typedef struct sqlite3_module sqlite3_module; typedef
6354 struct sqlite3_module { struct
6355 int iVersion;
6356 int (*xCreate)(sqlite3*, void *pAux,
6359 int (*xConnect)(sqlite3*, void *pAux,
6362 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6363 int (*xDisconnect)(sqlite3_vtab *pVTab);
6364 int (*xDestroy)(sqlite3_vtab *pVTab);
6365 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6366 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/sqlite/dist/orig/
Dsqlite3.h6336 typedef struct sqlite3_module sqlite3_module; typedef
6354 struct sqlite3_module { struct
6355 int iVersion;
6356 int (*xCreate)(sqlite3*, void *pAux,
6359 int (*xConnect)(sqlite3*, void *pAux,
6362 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6363 int (*xDisconnect)(sqlite3_vtab *pVTab);
6364 int (*xDestroy)(sqlite3_vtab *pVTab);
6365 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6366 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/sqlite/dist/
Dsqlite3.h6336 typedef struct sqlite3_module sqlite3_module; typedef
6354 struct sqlite3_module { struct
6355 int iVersion;
6356 int (*xCreate)(sqlite3*, void *pAux,
6359 int (*xConnect)(sqlite3*, void *pAux,
6362 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6363 int (*xDisconnect)(sqlite3_vtab *pVTab);
6364 int (*xDestroy)(sqlite3_vtab *pVTab);
6365 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6366 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/sqlite/dist/
Dsqlite3.h6336 typedef struct sqlite3_module sqlite3_module; typedef
6354 struct sqlite3_module { struct
6355 int iVersion;
6356 int (*xCreate)(sqlite3*, void *pAux,
6359 int (*xConnect)(sqlite3*, void *pAux,
6362 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6363 int (*xDisconnect)(sqlite3_vtab *pVTab);
6364 int (*xDestroy)(sqlite3_vtab *pVTab);
6365 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6366 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/sqlite/dist/
Dsqlite3.h6336 typedef struct sqlite3_module sqlite3_module; typedef
6354 struct sqlite3_module { struct
6355 int iVersion;
6356 int (*xCreate)(sqlite3*, void *pAux,
6359 int (*xConnect)(sqlite3*, void *pAux,
6362 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6363 int (*xDisconnect)(sqlite3_vtab *pVTab);
6364 int (*xDestroy)(sqlite3_vtab *pVTab);
6365 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6366 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.h7285 typedef struct sqlite3_module sqlite3_module; typedef
7303 struct sqlite3_module { struct
7304 int iVersion;
7305 int (*xCreate)(sqlite3*, void *pAux,
7308 int (*xConnect)(sqlite3*, void *pAux,
7311 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7312 int (*xDisconnect)(sqlite3_vtab *pVTab);
7313 int (*xDestroy)(sqlite3_vtab *pVTab);
7314 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7315 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.h7285 typedef struct sqlite3_module sqlite3_module; typedef
7303 struct sqlite3_module { struct
7304 int iVersion;
7305 int (*xCreate)(sqlite3*, void *pAux,
7308 int (*xConnect)(sqlite3*, void *pAux,
7311 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7312 int (*xDisconnect)(sqlite3_vtab *pVTab);
7313 int (*xDestroy)(sqlite3_vtab *pVTab);
7314 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7315 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.h7349 typedef struct sqlite3_module sqlite3_module; typedef
7367 struct sqlite3_module { struct
7368 int iVersion;
7369 int (*xCreate)(sqlite3*, void *pAux,
7372 int (*xConnect)(sqlite3*, void *pAux,
7375 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7376 int (*xDisconnect)(sqlite3_vtab *pVTab);
7377 int (*xDestroy)(sqlite3_vtab *pVTab);
7378 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7379 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h7295 typedef struct sqlite3_module sqlite3_module; typedef
7313 struct sqlite3_module { struct
7314 int iVersion;
7315 int (*xCreate)(sqlite3*, void *pAux,
7318 int (*xConnect)(sqlite3*, void *pAux,
7321 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7322 int (*xDisconnect)(sqlite3_vtab *pVTab);
7323 int (*xDestroy)(sqlite3_vtab *pVTab);
7324 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7325 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/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 …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/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 …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/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 …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/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 …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/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 …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/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 …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/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 …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/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 …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/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 …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/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 …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/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 …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/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 …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/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 …]

123