Searched defs:VtabCtx (Results 1 – 2 of 2) sorted by relevance
24 struct VtabCtx { struct27 VtabCtx *pPrior; /* Parent context (if any) */ argument28 int bDeclared; /* True after sqlite3_declare_vtab() is called */
1225 typedef struct VtabCtx VtabCtx; typedef