Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h6939 struct sqlite3_module { struct
6940 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 …]
H A Dsqlite3.c7245 struct sqlite3_module { struct
7246 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 …]