error_handler      76 include/crm/common/logging_internal.h void pcmk__set_config_error_handler(pcmk__config_error_func error_handler, void *error_context);
error_handler      36 include/crm/common/schemas_internal.h                         xmlRelaxNGValidityErrorFunc error_handler,
error_handler    1289 lib/common/logging.c void pcmk__set_config_error_handler(pcmk__config_error_func error_handler, void *error_context)
error_handler    1291 lib/common/logging.c     pcmk__config_error_handler = error_handler;
error_handler     586 lib/common/schemas.c validate_with_relaxng(xmlDocPtr doc, xmlRelaxNGValidityErrorFunc error_handler,
error_handler     607 lib/common/schemas.c         if (error_handler) {
error_handler     609 lib/common/schemas.c                                       (xmlRelaxNGValidityErrorFunc) error_handler,
error_handler     610 lib/common/schemas.c                                       (xmlRelaxNGValidityWarningFunc) error_handler,
error_handler     627 lib/common/schemas.c         if (error_handler) {
error_handler     629 lib/common/schemas.c                                      (xmlRelaxNGValidityErrorFunc) error_handler,
error_handler     630 lib/common/schemas.c                                      (xmlRelaxNGValidityWarningFunc) error_handler,
error_handler     780 lib/common/schemas.c               xmlRelaxNGValidityErrorFunc error_handler,
error_handler     803 lib/common/schemas.c             valid = validate_with_relaxng(xml->doc, error_handler, error_handler_context, file, cache);
error_handler     826 lib/common/schemas.c                    xmlRelaxNGValidityErrorFunc error_handler,
error_handler     848 lib/common/schemas.c     return validate_with(xml_blob, schema, error_handler,
error_handler    1067 lib/common/schemas.c     xmlRelaxNGValidityErrorFunc error_handler = NULL;
error_handler    1072 lib/common/schemas.c         error_handler = (xmlRelaxNGValidityErrorFunc) xml_log;
error_handler    1097 lib/common/schemas.c     if (!validate_with(new_xml, upgraded_schema, error_handler,
error_handler    1153 lib/common/schemas.c     xmlRelaxNGValidityErrorFunc error_handler = 
error_handler    1189 lib/common/schemas.c         if (!validate_with(*xml, current_schema, error_handler,