error_handler_context  446 include/crm/common/xml_internal.h                             void *error_handler_context);
error_handler_context  436 lib/common/schemas.c validate_with_relaxng(xmlDocPtr doc, xmlRelaxNGValidityErrorFunc error_handler, void *error_handler_context, const char *relaxng_file,
error_handler_context  460 lib/common/schemas.c                                       error_handler_context);
error_handler_context  480 lib/common/schemas.c                                      error_handler_context);
error_handler_context  562 lib/common/schemas.c validate_with(xmlNode *xml, int method, xmlRelaxNGValidityErrorFunc error_handler, void* error_handler_context)
error_handler_context  591 lib/common/schemas.c             valid = validate_with_relaxng(xml->doc, error_handler, error_handler_context, file, cache);
error_handler_context  679 lib/common/schemas.c pcmk__validate_xml(xmlNode *xml_blob, const char *validation, xmlRelaxNGValidityErrorFunc error_handler, void* error_handler_context)
error_handler_context  712 lib/common/schemas.c         return validate_with(xml_blob, version, error_handler, error_handler_context);