schema 577 lib/cib/cib_file.c const char *schema = crm_element_value(root, XML_ATTR_VALIDATION); schema 579 lib/cib/cib_file.c crm_err("CIB does not validate against %s", schema); schema 379 lib/cib/cib_utils.c const char *schema = crm_element_value(scratch, XML_ATTR_VALIDATION); schema 382 lib/cib/cib_utils.c if (schema) { schema 384 lib/cib/cib_utils.c int current_schema = get_schema_version(schema); schema 963 lib/common/schemas.c apply_upgrade(xmlNode *xml, const struct schema_s *schema, gboolean to_logs) schema 965 lib/common/schemas.c bool transform_onleave = schema->transform_onleave; schema 970 lib/common/schemas.c if (schema->transform_enter) { schema 972 lib/common/schemas.c schema->name, schema->transform_enter); schema 973 lib/common/schemas.c upgrade = apply_transformation(xml, schema->transform_enter, to_logs); schema 976 lib/common/schemas.c schema->transform_enter); schema 985 lib/common/schemas.c schema->name, schema->transform); schema 986 lib/common/schemas.c final = apply_transformation(upgrade, schema->transform, to_logs); schema 995 lib/common/schemas.c CRM_ASSERT(schema->transform_enter != NULL); schema 996 lib/common/schemas.c transform_leave = strdup(schema->transform_enter); schema 1000 lib/common/schemas.c schema->name, transform_leave);