Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8163 typedef struct completion_vtab completion_vtab; typedef
8164 struct completion_vtab { struct
8165 sqlite3_vtab base; /* Base class - must be first */
8166 sqlite3 *db; /* Database connection for this completion vtab */