Home
last modified time | relevance | path

Searched defs:sqlite3_vtab (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h6956 typedef struct sqlite3_vtab sqlite3_vtab; typedef
7263 struct sqlite3_vtab { struct
7272 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
7288 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
/third_party/sqlite/src/
Dsqlite3.c7269 typedef struct sqlite3_vtab sqlite3_vtab; typedef
7576 struct sqlite3_vtab { struct
7585 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
7601 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument