Searched defs:sqlite3_module (Results 1 – 2 of 2) sorted by relevance
7313 struct sqlite3_module { struct7314 int iVersion;7315 int (*xCreate)(sqlite3*, void *pAux,7318 int (*xConnect)(sqlite3*, void *pAux,7325 int (*xClose)(sqlite3_vtab_cursor*);7328 int (*xNext)(sqlite3_vtab_cursor*);7329 int (*xEof)(sqlite3_vtab_cursor*);7333 int (*xBegin)(sqlite3_vtab *pVTab);7334 int (*xSync)(sqlite3_vtab *pVTab);7335 int (*xCommit)(sqlite3_vtab *pVTab);[all …]
7626 struct sqlite3_module { struct7627 int iVersion;7628 int (*xCreate)(sqlite3*, void *pAux,7631 int (*xConnect)(sqlite3*, void *pAux,7638 int (*xClose)(sqlite3_vtab_cursor*);7641 int (*xNext)(sqlite3_vtab_cursor*);7642 int (*xEof)(sqlite3_vtab_cursor*);7646 int (*xBegin)(sqlite3_vtab *pVTab);7647 int (*xSync)(sqlite3_vtab *pVTab);7648 int (*xCommit)(sqlite3_vtab *pVTab);[all …]