current_schema    625 lib/cib/cib_utils.c         const char *current_schema = crm_element_value(scratch,
current_schema    629 lib/cib/cib_utils.c                  pcmk__s(current_schema, "unspecified"));
current_schema   1187 lib/common/schemas.c         pcmk__schema_t *current_schema = entry->data;
current_schema   1190 lib/common/schemas.c         if (current_schema->schema_index > max_schema_index) {
current_schema   1194 lib/common/schemas.c         if (!validate_with(*xml, current_schema, error_handler,
current_schema   1196 lib/common/schemas.c             crm_debug("Schema %s does not validate", current_schema->name);
current_schema   1205 lib/common/schemas.c         crm_debug("Schema %s validates", current_schema->name);
current_schema   1207 lib/common/schemas.c         best_schema = current_schema;
current_schema   1208 lib/common/schemas.c         if (current_schema->schema_index == max_schema_index) {
current_schema   1212 lib/common/schemas.c         if (!transform || (current_schema->transform == NULL)
current_schema   1221 lib/common/schemas.c         upgrade = apply_upgrade(*xml, current_schema->schema_index, to_logs);
current_schema   1229 lib/common/schemas.c             best_schema = current_schema;