Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h4050 typedef struct sqlite3_module sqlite3_module; typedef
4064 struct sqlite3_module { struct
4065 int iVersion;
4066 int (*xCreate)(sqlite3*, void *pAux,
4069 int (*xConnect)(sqlite3*, void *pAux,
4072 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4073 int (*xDisconnect)(sqlite3_vtab *pVTab);
4074 int (*xDestroy)(sqlite3_vtab *pVTab);
4075 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4076 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h4930 typedef struct sqlite3_module sqlite3_module; typedef
4948 struct sqlite3_module { struct
4949 int iVersion;
4950 int (*xCreate)(sqlite3*, void *pAux,
4953 int (*xConnect)(sqlite3*, void *pAux,
4956 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4957 int (*xDisconnect)(sqlite3_vtab *pVTab);
4958 int (*xDestroy)(sqlite3_vtab *pVTab);
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4960 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dsqlite3.c5480 typedef struct sqlite3_module sqlite3_module; typedef
5498 struct sqlite3_module { struct
5499 int iVersion;
5500 int (*xCreate)(sqlite3*, void *pAux,
5503 int (*xConnect)(sqlite3*, void *pAux,
5506 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5507 int (*xDisconnect)(sqlite3_vtab *pVTab);
5508 int (*xDestroy)(sqlite3_vtab *pVTab);
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5510 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/external/sqlite/dist/
Dsqlite3.h4930 typedef struct sqlite3_module sqlite3_module; typedef
4948 struct sqlite3_module { struct
4949 int iVersion;
4950 int (*xCreate)(sqlite3*, void *pAux,
4953 int (*xConnect)(sqlite3*, void *pAux,
4956 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4957 int (*xDisconnect)(sqlite3_vtab *pVTab);
4958 int (*xDestroy)(sqlite3_vtab *pVTab);
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4960 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dsqlite3.c5480 typedef struct sqlite3_module sqlite3_module; typedef
5498 struct sqlite3_module { struct
5499 int iVersion;
5500 int (*xCreate)(sqlite3*, void *pAux,
5503 int (*xConnect)(sqlite3*, void *pAux,
5506 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5507 int (*xDisconnect)(sqlite3_vtab *pVTab);
5508 int (*xDestroy)(sqlite3_vtab *pVTab);
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5510 int (*xClose)(sqlite3_vtab_cursor*);
[all …]