Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7665 typedef struct sqlite3_vtab sqlite3_vtab; typedef
8012 struct sqlite3_vtab { struct
8021 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
8037 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
H A Dsqlite3.c7986 typedef struct sqlite3_vtab sqlite3_vtab; typedef
8333 struct sqlite3_vtab { struct
8342 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
8358 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
162444 int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), argument