| /src/external/public-domain/sqlite/dist/ |
| sqlite3.h | 7663 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab 7688 sqlite3_vtab **ppVTab, char**); 7691 sqlite3_vtab **ppVTab, char**); 7692 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); 7693 int (*xDisconnect)(sqlite3_vtab *pVTab); 7694 int (*xDestroy)(sqlite3_vtab *pVTab); 7695 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); 7703 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); 7704 int (*xBegin)(sqlite3_vtab *pVTab) 8010 struct sqlite3_vtab { struct [all...] |
| shell.c | 8041 sqlite3_vtab **ppVtab, 8044 sqlite3_vtab *pNew; 8072 static int seriesDisconnect(sqlite3_vtab *pVtab){ 8080 static int seriesOpen(sqlite3_vtab *pUnused, sqlite3_vtab_cursor **ppCursor){ 8532 sqlite3_vtab *pVTab, 10286 sqlite3_vtab base; /* Base class - must be first */ 10296 sqlite3_vtab **ppVtab, 10312 *ppVtab = (sqlite3_vtab*)pNew; 10319 static int fsdirDisconnect(sqlite3_vtab *pVtab){ 10327 static int fsdirOpen(sqlite3_vtab *p, sqlite3_vtab_cursor **ppCursor) [all...] |
| sqlite3.c | 7984 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab 8009 sqlite3_vtab **ppVTab, char**); 8012 sqlite3_vtab **ppVTab, char**); 8013 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); 8014 int (*xDisconnect)(sqlite3_vtab *pVTab); 8015 int (*xDestroy)(sqlite3_vtab *pVTab); 8016 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); 8024 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); 8025 int (*xBegin)(sqlite3_vtab *pVTab) 8331 struct sqlite3_vtab { struct [all...] |
| /src/external/public-domain/sqlite/man/ |
| Makefile | 218 sqlite3_vtab.3 \
|