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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.h5755 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
5780 sqlite3_vtab **ppVTab, char**);
5783 sqlite3_vtab **ppVTab, char**);
5784 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5785 int (*xDisconnect)(sqlite3_vtab *pVTab);
5786 int (*xDestroy)(sqlite3_vtab *pVTab);
5787 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5795 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5796 int (*xBegin)(sqlite3_vtab *pVTa
6018 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c6015 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
6040 sqlite3_vtab **ppVTab, char**);
6043 sqlite3_vtab **ppVTab, char**);
6044 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6045 int (*xDisconnect)(sqlite3_vtab *pVTab);
6046 int (*xDestroy)(sqlite3_vtab *pVTab);
6047 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
6055 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
6056 int (*xBegin)(sqlite3_vtab *pVTa
6278 struct sqlite3_vtab { struct
[all...]

Completed in 852 milliseconds