Searched defs:sqlite3_vtab (Results 1 – 2 of 2) sorted by relevance
4722 typedef struct sqlite3_vtab sqlite3_vtab; typedef4929 struct sqlite3_vtab { struct4938 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument4954 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
5269 typedef struct sqlite3_vtab sqlite3_vtab; typedef5476 struct sqlite3_vtab { struct5485 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument5501 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Completed in 275 milliseconds