Searched refs:sqlite3_vtab (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4748 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4773 sqlite3_vtab **ppVTab, char**);
4776 sqlite3_vtab **ppVTab, char**);
4777 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4778 int (*xDisconnect)(sqlite3_vtab *pVTab);
4779 int (*xDestroy)(sqlite3_vtab *pVTab);
4780 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4788 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4789 int (*xBegin)(sqlite3_vtab *pVTa
4955 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c5301 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
5326 sqlite3_vtab **ppVTab, char**);
5329 sqlite3_vtab **ppVTab, char**);
5330 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5331 int (*xDisconnect)(sqlite3_vtab *pVTab);
5332 int (*xDestroy)(sqlite3_vtab *pVTab);
5333 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5341 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5342 int (*xBegin)(sqlite3_vtab *pVTa
5508 struct sqlite3_vtab { struct
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6754 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
6779 sqlite3_vtab **ppVTab, char**);
6782 sqlite3_vtab **ppVTab, char**);
6783 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6784 int (*xDisconnect)(sqlite3_vtab *pVTab);
6785 int (*xDestroy)(sqlite3_vtab *pVTab);
6786 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6794 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
6795 int (*xBegin)(sqlite3_vtab *pVTa
7061 struct sqlite3_vtab { struct
[all...]
H A Dshell.c2685 sqlite3_vtab base; /* Base class - must be first */
2695 sqlite3_vtab **ppVtab,
2711 *ppVtab = (sqlite3_vtab*)pNew;
2718 static int fsdirDisconnect(sqlite3_vtab *pVtab){
2726 static int fsdirOpen(sqlite3_vtab *p, sqlite3_vtab_cursor **ppCursor){
2992 sqlite3_vtab *tab,
3166 /* completion_vtab is a subclass of sqlite3_vtab which will
3171 sqlite3_vtab base; /* Base class - must be first */
3226 sqlite3_vtab **ppVtab,
3253 *ppVtab = (sqlite3_vtab*)pNe
[all...]
H A Dsqlite3.c7817 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
7842 sqlite3_vtab **ppVTab, char**);
7845 sqlite3_vtab **ppVTab, char**);
7846 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7847 int (*xDisconnect)(sqlite3_vtab *pVTab);
7848 int (*xDestroy)(sqlite3_vtab *pVTab);
7849 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7857 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
7858 int (*xBegin)(sqlite3_vtab *pVTa
8124 struct sqlite3_vtab { struct
[all...]

Completed in 744 milliseconds