Searched refs:libxml_xmlParserCtxtGenericErrorFuncHandler (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/python/ |
D | libxml.c | 1711 libxml_xmlParserCtxtGenericErrorFuncHandler(void *ctx, int severity, char *str) in libxml_xmlParserCtxtGenericErrorFuncHandler() function 1748 …libxml_xmlParserCtxtGenericErrorFuncHandler(ctx,XML_PARSER_SEVERITY_ERROR,libxml_buildMessage(msg,… in libxml_xmlParserCtxtErrorFuncHandler() 1758 …libxml_xmlParserCtxtGenericErrorFuncHandler(ctx,XML_PARSER_SEVERITY_WARNING,libxml_buildMessage(ms… in libxml_xmlParserCtxtWarningFuncHandler() 1768 …libxml_xmlParserCtxtGenericErrorFuncHandler(ctx,XML_PARSER_SEVERITY_VALIDITY_ERROR,libxml_buildMes… in libxml_xmlParserCtxtValidityErrorFuncHandler() 1778 …libxml_xmlParserCtxtGenericErrorFuncHandler(ctx,XML_PARSER_SEVERITY_VALIDITY_WARNING,libxml_buildM… in libxml_xmlParserCtxtValidityWarningFuncHandler()
|