Searched refs:schema_vtab (Results 1 – 1 of 1) sorted by relevance
53 typedef struct schema_vtab schema_vtab; typedef57 struct schema_vtab { struct95 schema_vtab *pVtab = sqlite3_malloc(sizeof(schema_vtab)); in schemaCreate()97 memset(pVtab, 0, sizeof(schema_vtab)); in schemaCreate()179 schema_vtab *pVtab = (schema_vtab *)(cur->pVtab); in schemaNext()253 schema_vtab *pVtab = (schema_vtab *)(pVtabCursor->pVtab); in schemaFilter()