Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h7313 struct sqlite3_module { struct
7314 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 …]
H A Dsqlite3.c7626 struct sqlite3_module { struct
7627 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 …]