current_schema    624 lib/cib/cib_utils.c         const char *current_schema = crm_element_value(scratch,
current_schema    628 lib/cib/cib_utils.c                  pcmk__s(current_schema, "unspecified"));
current_schema   1181 lib/common/schemas.c         pcmk__schema_t *current_schema = entry->data;
current_schema   1184 lib/common/schemas.c         if (current_schema->schema_index > max_schema_index) {
current_schema   1188 lib/common/schemas.c         if (!validate_with(*xml, current_schema, error_handler,
current_schema   1190 lib/common/schemas.c             crm_debug("Schema %s does not validate", current_schema->name);
current_schema   1199 lib/common/schemas.c         crm_debug("Schema %s validates", current_schema->name);
current_schema   1201 lib/common/schemas.c         best_schema = current_schema;
current_schema   1202 lib/common/schemas.c         if (current_schema->schema_index == max_schema_index) {
current_schema   1206 lib/common/schemas.c         if (!transform || (current_schema->transform == NULL)
current_schema   1215 lib/common/schemas.c         upgrade = apply_upgrade(*xml, current_schema->schema_index, to_logs);
current_schema   1223 lib/common/schemas.c             best_schema = current_schema;