Searched defs:sqlite3_module (Results 1 – 2 of 2) sorted by relevance
6939 struct sqlite3_module { struct6940 int iVersion;6941 int (*xCreate)(sqlite3*, void *pAux,6944 int (*xConnect)(sqlite3*, void *pAux,6951 int (*xClose)(sqlite3_vtab_cursor*);6954 int (*xNext)(sqlite3_vtab_cursor*);6955 int (*xEof)(sqlite3_vtab_cursor*);6959 int (*xBegin)(sqlite3_vtab *pVTab);6960 int (*xSync)(sqlite3_vtab *pVTab);6961 int (*xCommit)(sqlite3_vtab *pVTab);[all …]
7245 struct sqlite3_module { struct7246 int iVersion;7247 int (*xCreate)(sqlite3*, void *pAux,7250 int (*xConnect)(sqlite3*, void *pAux,7257 int (*xClose)(sqlite3_vtab_cursor*);7260 int (*xNext)(sqlite3_vtab_cursor*);7261 int (*xEof)(sqlite3_vtab_cursor*);7265 int (*xBegin)(sqlite3_vtab *pVTab);7266 int (*xSync)(sqlite3_vtab *pVTab);7267 int (*xCommit)(sqlite3_vtab *pVTab);[all …]