Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_schema.c54 typedef struct schema_cursor schema_cursor; typedef
63 struct schema_cursor { struct
112 schema_cursor *pCur; in schemaOpen()
113 pCur = sqlite3_malloc(sizeof(schema_cursor)); in schemaOpen()
115 memset(pCur, 0, sizeof(schema_cursor)); in schemaOpen()
126 schema_cursor *pCur = (schema_cursor *)cur; in schemaClose()
138 schema_cursor *pCur = (schema_cursor *)cur; in schemaColumn()
157 schema_cursor *pCur = (schema_cursor *)cur; in schemaRowid()
169 schema_cursor *pCur = (schema_cursor *)cur; in schemaEof()
178 schema_cursor *pCur = (schema_cursor *)cur; in schemaNext()
[all …]