current_schema   1085 lib/common/schemas.c         pcmk__schema_t *current_schema = entry->data;
current_schema   1088 lib/common/schemas.c         if (current_schema->schema_index > max_schema_index) {
current_schema   1092 lib/common/schemas.c         if (!validate_with(*xml, current_schema, error_handler,
current_schema   1094 lib/common/schemas.c             crm_debug("Schema %s does not validate", current_schema->name);
current_schema   1103 lib/common/schemas.c         crm_debug("Schema %s validates", current_schema->name);
current_schema   1105 lib/common/schemas.c         best_schema = current_schema;
current_schema   1106 lib/common/schemas.c         if (current_schema->schema_index == max_schema_index) {
current_schema   1110 lib/common/schemas.c         if (!transform || (current_schema->transforms == NULL)
current_schema   1119 lib/common/schemas.c         upgrade = apply_upgrade(*xml, current_schema->schema_index, to_logs);
current_schema   1127 lib/common/schemas.c             best_schema = current_schema;