Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h6092 typedef struct sqlite3_module sqlite3_module; typedef
6110 struct sqlite3_module { struct
6111 int iVersion;
6112 int (*xCreate)(sqlite3*, void *pAux,
6115 int (*xConnect)(sqlite3*, void *pAux,
6118 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6119 int (*xDisconnect)(sqlite3_vtab *pVTab);
6120 int (*xDestroy)(sqlite3_vtab *pVTab);
6121 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6122 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dsqlite3.c7116 typedef struct sqlite3_module sqlite3_module; typedef
7134 struct sqlite3_module { struct
7135 int iVersion;
7136 int (*xCreate)(sqlite3*, void *pAux,
7139 int (*xConnect)(sqlite3*, void *pAux,
7142 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7143 int (*xDisconnect)(sqlite3_vtab *pVTab);
7144 int (*xDestroy)(sqlite3_vtab *pVTab);
7145 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7146 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h6092 typedef struct sqlite3_module sqlite3_module; typedef
6110 struct sqlite3_module { struct
6111 int iVersion;
6112 int (*xCreate)(sqlite3*, void *pAux,
6115 int (*xConnect)(sqlite3*, void *pAux,
6118 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6119 int (*xDisconnect)(sqlite3_vtab *pVTab);
6120 int (*xDestroy)(sqlite3_vtab *pVTab);
6121 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6122 int (*xClose)(sqlite3_vtab_cursor*);
[all …]
Dsqlite3.c7116 typedef struct sqlite3_module sqlite3_module; typedef
7134 struct sqlite3_module { struct
7135 int iVersion;
7136 int (*xCreate)(sqlite3*, void *pAux,
7139 int (*xConnect)(sqlite3*, void *pAux,
7142 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7143 int (*xDisconnect)(sqlite3_vtab *pVTab);
7144 int (*xDestroy)(sqlite3_vtab *pVTab);
7145 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7146 int (*xClose)(sqlite3_vtab_cursor*);
[all …]