Searched defs:sqlite3_vtab (Results 1 – 3 of 3) sorted by relevance
2365 typedef struct sqlite3_vtab sqlite3_vtab; typedef2513 struct sqlite3_vtab { struct2530 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
4868 typedef struct sqlite3_vtab sqlite3_vtab; typedef5045 struct sqlite3_vtab { struct5066 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
5274 typedef struct sqlite3_vtab sqlite3_vtab; typedef5451 struct sqlite3_vtab { struct5472 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument69763 int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), in vtabCallConstructor() argument