current_schema   1182 lib/common/schemas.c         pcmk__schema_t *current_schema = entry->data;
current_schema   1185 lib/common/schemas.c         if (current_schema->schema_index > max_schema_index) {
current_schema   1189 lib/common/schemas.c         if (!validate_with(*xml, current_schema, error_handler,
current_schema   1191 lib/common/schemas.c             crm_debug("Schema %s does not validate", current_schema->name);
current_schema   1200 lib/common/schemas.c         crm_debug("Schema %s validates", current_schema->name);
current_schema   1202 lib/common/schemas.c         best_schema = current_schema;
current_schema   1203 lib/common/schemas.c         if (current_schema->schema_index == max_schema_index) {
current_schema   1208 lib/common/schemas.c         if (!transform || (current_schema->transforms == NULL)
current_schema   1217 lib/common/schemas.c         upgrade = apply_upgrade(*xml, current_schema->schema_index, to_logs);
current_schema   1225 lib/common/schemas.c             best_schema = current_schema;