Home
last modified time | relevance | path

Searched refs:xmlGenericErrorContext (Results 1 – 24 of 24) sorted by relevance

/external/cronet/stable/third_party/libxml/src/
Derror.c198 if (xmlGenericErrorContext == NULL) in xmlGenericErrorDefaultFunc()
199 xmlGenericErrorContext = (void *) stderr; in xmlGenericErrorDefaultFunc()
202 vfprintf((FILE *)xmlGenericErrorContext, msg, args); in xmlGenericErrorDefaultFunc()
247 xmlGenericErrorContext = ctx; in xmlSetGenericErrorFunc()
309 xmlGenericError(xmlGenericErrorContext, in xmlParserPrintFileInfo()
313 xmlGenericError(xmlGenericErrorContext, in xmlParserPrintFileInfo()
400 xmlGenericErrorContext); in xmlParserPrintFileContext()
739 xmlFormatError(to, xmlGenericError, xmlGenericErrorContext); in xmlVRaiseError()
811 xmlGenericError(xmlGenericErrorContext, "%s: ", level); in xmlVFormatLegacyError()
815 xmlGenericError(xmlGenericErrorContext, "%s", (char *) str); in xmlVFormatLegacyError()
[all …]
Dglobals.c415 void *xmlGenericErrorContext = NULL; variable
Dxpath.c696 data = xmlGenericErrorContext; in xmlXPathErr()
/external/libxml2/
Derror.c229 if (xmlGenericErrorContext == NULL) in xmlGenericErrorDefaultFunc()
230 xmlGenericErrorContext = (void *) stderr; in xmlGenericErrorDefaultFunc()
233 vfprintf((FILE *)xmlGenericErrorContext, msg, args); in xmlGenericErrorDefaultFunc()
278 xmlGenericErrorContext = ctx; in xmlSetGenericErrorFunc()
340 xmlGenericError(xmlGenericErrorContext, in xmlParserPrintFileInfo()
344 xmlGenericError(xmlGenericErrorContext, in xmlParserPrintFileInfo()
431 xmlGenericErrorContext); in xmlParserPrintFileContext()
770 xmlFormatError(to, xmlGenericError, xmlGenericErrorContext); in xmlVRaiseError()
842 xmlGenericError(xmlGenericErrorContext, "%s: ", level); in xmlVFormatLegacyError()
846 xmlGenericError(xmlGenericErrorContext, "%s", (char *) str); in xmlVFormatLegacyError()
[all …]
Dschematron.c271 data = xmlGenericErrorContext; in xmlSchematronPErr()
328 data = xmlGenericErrorContext; in xmlSchematronVErr()
1647 data = xmlGenericErrorContext; in xmlSchematronReportSuccess()
Dglobals.c423 void *xmlGenericErrorContext = NULL; variable
Dlibxml2.syms818 xmlGenericErrorContext; # variable
Dxinclude.c182 data = xmlGenericErrorContext; in xmlXIncludeErr()
Drelaxng.c492 data = xmlGenericErrorContext; in xmlRngPErr()
534 data = xmlGenericErrorContext; in xmlRngVErr()
6720 ret->userData = xmlGenericErrorContext; in xmlRelaxNGNewDocParserCtxt()
10615 vctxt.userData = xmlGenericErrorContext; in xmlRelaxNGValidateDocument()
Dxmllint.c687 oldErrorCtxt = xmlGenericErrorContext; in xmlHTMLError()
Dxpath.c778 data = xmlGenericErrorContext; in xmlXPathErr()
Dxmlschemas.c1968 data = xmlGenericErrorContext; in xmlSchemaPErrFull()
2116 data = xmlGenericErrorContext; in xmlSchemaVErrFull()
/external/cronet/tot/third_party/libxml/src/
Derror.c198 if (xmlGenericErrorContext == NULL) in xmlGenericErrorDefaultFunc()
199 xmlGenericErrorContext = (void *) stderr; in xmlGenericErrorDefaultFunc()
202 vfprintf((FILE *)xmlGenericErrorContext, msg, args); in xmlGenericErrorDefaultFunc()
247 xmlGenericErrorContext = ctx; in xmlSetGenericErrorFunc()
309 xmlGenericError(xmlGenericErrorContext, in xmlParserPrintFileInfo()
313 xmlGenericError(xmlGenericErrorContext, in xmlParserPrintFileInfo()
400 xmlGenericErrorContext); in xmlParserPrintFileContext()
739 xmlFormatError(to, xmlGenericError, xmlGenericErrorContext); in xmlVRaiseError()
811 xmlGenericError(xmlGenericErrorContext, "%s: ", level); in xmlVFormatLegacyError()
815 xmlGenericError(xmlGenericErrorContext, "%s", (char *) str); in xmlVFormatLegacyError()
[all …]
Dglobals.c415 void *xmlGenericErrorContext = NULL; variable
Dxpath.c696 data = xmlGenericErrorContext; in xmlXPathErr()
/external/cronet/tot/third_party/libxml/chromium/
Dlibxml_utils.h19 old_error_context_ = xmlGenericErrorContext; in ScopedXmlErrorFunc()
/external/cronet/stable/third_party/libxml/chromium/
Dlibxml_utils.h19 old_error_context_ = xmlGenericErrorContext; in ScopedXmlErrorFunc()
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dxmlerror.h879 XML_OP(xmlGenericErrorContext, void *, XML_NO_ATTR) \
890 #define xmlGenericErrorContext XML_GLOBAL_MACRO(xmlGenericErrorContext) macro
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dxmlerror.h879 XML_OP(xmlGenericErrorContext, void *, XML_NO_ATTR) \
890 #define xmlGenericErrorContext XML_GLOBAL_MACRO(xmlGenericErrorContext) macro
/external/libxml2/include/libxml/
Dxmlerror.h879 XML_OP(xmlGenericErrorContext, void *, XML_NO_ATTR) \
890 #define xmlGenericErrorContext XML_GLOBAL_MACRO(xmlGenericErrorContext) macro
/external/libxml2/os400/
Drpgsupport.c115 THREADED_VAR(xmlGenericErrorContext, void *) in THREADED_VAR() argument
/external/libxml2/os400/libxmlrpg/
Dglobals.rpgle113 d xmlGenericErrorContext...
Dxmlerror.rpgle1572 * xmlGenericError and xmlGenericErrorContext.
/external/libxml2/python/
Dlibxml.c50 xmlGenericError(xmlGenericErrorContext, \