x_0_entry 118 lib/common/schemas.c GList *x_0_entry = NULL; x_0_entry 120 lib/common/schemas.c static GList *x_0_entry = NULL; x_0_entry 125 lib/common/schemas.c if (x_0_entry != NULL) { x_0_entry 126 lib/common/schemas.c return x_0_entry; x_0_entry 128 lib/common/schemas.c x_0_entry = get_highest_schema(); x_0_entry 129 lib/common/schemas.c highest_schema = x_0_entry->data; x_0_entry 131 lib/common/schemas.c for (GList *iter = x_0_entry->prev; iter != NULL; iter = iter->prev) { x_0_entry 139 lib/common/schemas.c x_0_entry = iter->next; x_0_entry 147 lib/common/schemas.c x_0_entry = known_schemas->data; x_0_entry 151 lib/common/schemas.c return x_0_entry;