x_0_entry         122 lib/common/schemas.c     GList *x_0_entry = NULL;
x_0_entry         124 lib/common/schemas.c     static GList *x_0_entry = NULL;
x_0_entry         129 lib/common/schemas.c     if (x_0_entry != NULL) {
x_0_entry         130 lib/common/schemas.c         return x_0_entry;
x_0_entry         132 lib/common/schemas.c     x_0_entry = get_highest_schema();
x_0_entry         133 lib/common/schemas.c     highest_schema = x_0_entry->data;
x_0_entry         135 lib/common/schemas.c     for (GList *iter = x_0_entry->prev; iter != NULL; iter = iter->prev) {
x_0_entry         143 lib/common/schemas.c             x_0_entry = iter->next;
x_0_entry         151 lib/common/schemas.c             x_0_entry = known_schemas->data;
x_0_entry         155 lib/common/schemas.c     return x_0_entry;