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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4878 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4903 sqlite3_vtab **ppVTab, char**);
4906 sqlite3_vtab **ppVTab, char**);
4907 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4908 int (*xDisconnect)(sqlite3_vtab *pVTab);
4909 int (*xDestroy)(sqlite3_vtab *pVTab);
4910 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4918 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4919 int (*xBegin)(sqlite3_vtab *pVTa
5085 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c5428 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
5453 sqlite3_vtab **ppVTab, char**);
5456 sqlite3_vtab **ppVTab, char**);
5457 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5458 int (*xDisconnect)(sqlite3_vtab *pVTab);
5459 int (*xDestroy)(sqlite3_vtab *pVTab);
5460 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5468 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5469 int (*xBegin)(sqlite3_vtab *pVTa
5635 struct sqlite3_vtab { struct
[all...]

Completed in 384 milliseconds