error_handler      91 include/crm/common/logging_internal.h void pcmk__set_config_error_handler(pcmk__config_error_func error_handler, void *error_context);
error_handler      30 include/crm/common/schemas_internal.h                         xmlRelaxNGValidityErrorFunc error_handler,
error_handler    1287 lib/common/logging.c void pcmk__set_config_error_handler(pcmk__config_error_func error_handler, void *error_context)
error_handler    1289 lib/common/logging.c     pcmk__config_error_handler = error_handler;
error_handler     516 lib/common/schemas.c validate_with_relaxng(xmlDocPtr doc, xmlRelaxNGValidityErrorFunc error_handler,
error_handler     537 lib/common/schemas.c         if (error_handler) {
error_handler     539 lib/common/schemas.c                                       (xmlRelaxNGValidityErrorFunc) error_handler,
error_handler     540 lib/common/schemas.c                                       (xmlRelaxNGValidityWarningFunc) error_handler,
error_handler     557 lib/common/schemas.c         if (error_handler) {
error_handler     559 lib/common/schemas.c                                      (xmlRelaxNGValidityErrorFunc) error_handler,
error_handler     560 lib/common/schemas.c                                      (xmlRelaxNGValidityWarningFunc) error_handler,
error_handler     712 lib/common/schemas.c               xmlRelaxNGValidityErrorFunc error_handler,
error_handler     735 lib/common/schemas.c             valid = validate_with_relaxng(xml->doc, error_handler, error_handler_context, file, cache);
error_handler     758 lib/common/schemas.c                    xmlRelaxNGValidityErrorFunc error_handler,
error_handler     796 lib/common/schemas.c     return validate_with(xml_blob, schema, error_handler,
error_handler    1034 lib/common/schemas.c     xmlRelaxNGValidityErrorFunc error_handler = NULL;
error_handler    1039 lib/common/schemas.c         error_handler = (xmlRelaxNGValidityErrorFunc) xml_log;
error_handler    1097 lib/common/schemas.c     if (!validate_with(final, upgraded_schema, error_handler,
error_handler    1156 lib/common/schemas.c     xmlRelaxNGValidityErrorFunc error_handler = 
error_handler    1194 lib/common/schemas.c         if (!validate_with(*xml, current_schema, error_handler,