schema 578 lib/cib/cib_file.c const char *schema = crm_element_value(root, XML_ATTR_VALIDATION); schema 580 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 972 lib/common/schemas.c apply_upgrade(xmlNode *xml, const struct schema_s *schema, gboolean to_logs) schema 974 lib/common/schemas.c bool transform_onleave = schema->transform_onleave; schema 979 lib/common/schemas.c if (schema->transform_enter) { schema 981 lib/common/schemas.c schema->name, schema->transform_enter); schema 982 lib/common/schemas.c upgrade = apply_transformation(xml, schema->transform_enter, to_logs); schema 985 lib/common/schemas.c schema->transform_enter); schema 994 lib/common/schemas.c schema->name, schema->transform); schema 995 lib/common/schemas.c final = apply_transformation(upgrade, schema->transform, to_logs); schema 1004 lib/common/schemas.c CRM_ASSERT(schema->transform_enter != NULL); schema 1005 lib/common/schemas.c transform_leave = strdup(schema->transform_enter); schema 1009 lib/common/schemas.c schema->name, transform_leave);