schema_cursor 50 third_party/sqlite/src/src/test_schema.c typedef struct schema_cursor schema_cursor; schema_cursor 108 third_party/sqlite/src/src/test_schema.c schema_cursor *pCur; schema_cursor 109 third_party/sqlite/src/src/test_schema.c pCur = sqlite3_malloc(sizeof(schema_cursor)); schema_cursor 111 third_party/sqlite/src/src/test_schema.c memset(pCur, 0, sizeof(schema_cursor)); schema_cursor 122 third_party/sqlite/src/src/test_schema.c schema_cursor *pCur = (schema_cursor *)cur; schema_cursor 134 third_party/sqlite/src/src/test_schema.c schema_cursor *pCur = (schema_cursor *)cur; schema_cursor 153 third_party/sqlite/src/src/test_schema.c schema_cursor *pCur = (schema_cursor *)cur; schema_cursor 165 third_party/sqlite/src/src/test_schema.c schema_cursor *pCur = (schema_cursor *)cur; schema_cursor 174 third_party/sqlite/src/src/test_schema.c schema_cursor *pCur = (schema_cursor *)cur; schema_cursor 250 third_party/sqlite/src/src/test_schema.c schema_cursor *pCur = (schema_cursor *)pVtabCursor;