Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c24 struct VtabCtx { struct
27 VtabCtx *pPrior; /* Parent context (if any) */ argument
28 int bDeclared; /* True after sqlite3_declare_vtab() is called */
H A DsqliteInt.h1225 typedef struct VtabCtx VtabCtx; typedef