schema            398 lib/cib/cib_file.c         const char *schema = crm_element_value(root, XML_ATTR_VALIDATION);
schema            400 lib/cib/cib_file.c         crm_err("CIB does not validate against %s", schema);
schema            595 lib/cib/cib_utils.c         const char *schema = crm_element_value(scratch, XML_ATTR_VALIDATION);
schema            598 lib/cib/cib_utils.c         if (schema) {
schema            600 lib/cib/cib_utils.c             int current_schema = get_schema_version(schema);
schema            566 lib/common/schemas.c     struct schema_s *schema = NULL;
schema            573 lib/common/schemas.c     schema = &(known_schemas[method]);
schema            574 lib/common/schemas.c     if (schema->validator == schema_validator_none) {
schema            578 lib/common/schemas.c     if (pcmk__str_eq(schema->name, "pacemaker-next", pcmk__str_none)) {
schema            584 lib/common/schemas.c                                    schema->name);
schema            587 lib/common/schemas.c               pcmk__s(file, "missing schema"), schema->validator);
schema            588 lib/common/schemas.c     switch (schema->validator) {
schema            590 lib/common/schemas.c             cache = (relaxng_ctx_cache_t **) &(schema->cache);
schema            906 lib/common/schemas.c apply_upgrade(xmlNode *xml, const struct schema_s *schema, gboolean to_logs)
schema            908 lib/common/schemas.c     bool transform_onleave = schema->transform_onleave;
schema            913 lib/common/schemas.c     if (schema->transform_enter) {
schema            915 lib/common/schemas.c                   schema->name, schema->transform_enter);
schema            916 lib/common/schemas.c         upgrade = apply_transformation(xml, schema->transform_enter, to_logs);
schema            919 lib/common/schemas.c                      schema->transform_enter);
schema            928 lib/common/schemas.c               schema->name, schema->transform);
schema            929 lib/common/schemas.c     final = apply_transformation(upgrade, schema->transform, to_logs);
schema            938 lib/common/schemas.c         CRM_ASSERT(schema->transform_enter != NULL);
schema            939 lib/common/schemas.c         transform_leave = strdup(schema->transform_enter);
schema            943 lib/common/schemas.c                   schema->name, transform_leave);