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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h5143 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
5168 sqlite3_vtab **ppVTab, char**);
5171 sqlite3_vtab **ppVTab, char**);
5172 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5173 int (*xDisconnect)(sqlite3_vtab *pVTab);
5174 int (*xDestroy)(sqlite3_vtab *pVTab);
5175 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5183 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5184 int (*xBegin)(sqlite3_vtab *pVTa
5350 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c5714 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
5739 sqlite3_vtab **ppVTab, char**);
5742 sqlite3_vtab **ppVTab, char**);
5743 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5744 int (*xDisconnect)(sqlite3_vtab *pVTab);
5745 int (*xDestroy)(sqlite3_vtab *pVTab);
5746 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5754 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5755 int (*xBegin)(sqlite3_vtab *pVTa
5921 struct sqlite3_vtab { struct
[all...]
/freebsd-10.0-release/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...]

Completed in 745 milliseconds