Searched refs:schema_cursor (Results 1 – 1 of 1) sorted by relevance
54 typedef struct schema_cursor schema_cursor; typedef63 struct schema_cursor { struct112 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 …]