Home
last modified time | relevance | path

Searched refs:schema_vtab (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_schema.c53 typedef struct schema_vtab schema_vtab; typedef
57 struct schema_vtab { struct
95 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()