schema            569 lib/cib/cib_file.c         const char *schema = crm_element_value(root, XML_ATTR_VALIDATION);
schema            571 lib/cib/cib_file.c         crm_err("CIB does not validate against %s", schema);
schema            456 lib/cib/cib_utils.c         const char *schema = crm_element_value(scratch, XML_ATTR_VALIDATION);
schema            459 lib/cib/cib_utils.c         if (schema) {
schema            461 lib/cib/cib_utils.c             int current_schema = get_schema_version(schema);
schema            967 lib/common/schemas.c apply_upgrade(xmlNode *xml, const struct schema_s *schema, gboolean to_logs)
schema            969 lib/common/schemas.c     bool transform_onleave = schema->transform_onleave;
schema            974 lib/common/schemas.c     if (schema->transform_enter) {
schema            976 lib/common/schemas.c                   schema->name, schema->transform_enter);
schema            977 lib/common/schemas.c         upgrade = apply_transformation(xml, schema->transform_enter, to_logs);
schema            980 lib/common/schemas.c                      schema->transform_enter);
schema            989 lib/common/schemas.c               schema->name, schema->transform);
schema            990 lib/common/schemas.c     final = apply_transformation(upgrade, schema->transform, to_logs);
schema            999 lib/common/schemas.c         CRM_ASSERT(schema->transform_enter != NULL);
schema           1000 lib/common/schemas.c         transform_leave = strdup(schema->transform_enter);
schema           1004 lib/common/schemas.c                   schema->name, transform_leave);