error_handler      31 include/crm/common/logging_internal.h void pcmk__set_config_error_handler(pcmk__config_error_func error_handler, void *error_context);
error_handler     445 include/crm/common/xml_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     436 lib/common/schemas.c validate_with_relaxng(xmlDocPtr doc, xmlRelaxNGValidityErrorFunc error_handler, void *error_handler_context, const char *relaxng_file,
error_handler     456 lib/common/schemas.c         if (error_handler) {
error_handler     458 lib/common/schemas.c                                       (xmlRelaxNGValidityErrorFunc) error_handler,
error_handler     459 lib/common/schemas.c                                       (xmlRelaxNGValidityWarningFunc) error_handler,
error_handler     476 lib/common/schemas.c         if (error_handler) {
error_handler     478 lib/common/schemas.c                                      (xmlRelaxNGValidityErrorFunc) error_handler,
error_handler     479 lib/common/schemas.c                                      (xmlRelaxNGValidityWarningFunc) error_handler,
error_handler     562 lib/common/schemas.c validate_with(xmlNode *xml, int method, xmlRelaxNGValidityErrorFunc error_handler, void* error_handler_context)
error_handler     591 lib/common/schemas.c             valid = validate_with_relaxng(xml->doc, error_handler, error_handler_context, file, cache);
error_handler     679 lib/common/schemas.c pcmk__validate_xml(xmlNode *xml_blob, const char *validation, xmlRelaxNGValidityErrorFunc error_handler, void* error_handler_context)
error_handler     712 lib/common/schemas.c         return validate_with(xml_blob, version, error_handler, error_handler_context);
error_handler     992 lib/common/schemas.c     xmlRelaxNGValidityErrorFunc error_handler = 
error_handler    1030 lib/common/schemas.c         if (validate_with(xml, lpc, error_handler, GUINT_TO_POINTER(LOG_ERR)) == FALSE) {
error_handler    1095 lib/common/schemas.c                 } else if (validate_with(upgrade, next, error_handler, GUINT_TO_POINTER(LOG_ERR))) {