/external/cronet/stable/third_party/libxml/src/ |
D | error.c | 198 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 …]
|
D | globals.c | 415 void *xmlGenericErrorContext = NULL; variable
|
D | xpath.c | 696 data = xmlGenericErrorContext; in xmlXPathErr()
|
/external/libxml2/ |
D | error.c | 229 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 …]
|
D | schematron.c | 271 data = xmlGenericErrorContext; in xmlSchematronPErr() 328 data = xmlGenericErrorContext; in xmlSchematronVErr() 1647 data = xmlGenericErrorContext; in xmlSchematronReportSuccess()
|
D | globals.c | 423 void *xmlGenericErrorContext = NULL; variable
|
D | libxml2.syms | 818 xmlGenericErrorContext; # variable
|
D | xinclude.c | 182 data = xmlGenericErrorContext; in xmlXIncludeErr()
|
D | relaxng.c | 492 data = xmlGenericErrorContext; in xmlRngPErr() 534 data = xmlGenericErrorContext; in xmlRngVErr() 6720 ret->userData = xmlGenericErrorContext; in xmlRelaxNGNewDocParserCtxt() 10615 vctxt.userData = xmlGenericErrorContext; in xmlRelaxNGValidateDocument()
|
D | xmllint.c | 687 oldErrorCtxt = xmlGenericErrorContext; in xmlHTMLError()
|
D | xpath.c | 778 data = xmlGenericErrorContext; in xmlXPathErr()
|
D | xmlschemas.c | 1968 data = xmlGenericErrorContext; in xmlSchemaPErrFull() 2116 data = xmlGenericErrorContext; in xmlSchemaVErrFull()
|
/external/cronet/tot/third_party/libxml/src/ |
D | error.c | 198 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 …]
|
D | globals.c | 415 void *xmlGenericErrorContext = NULL; variable
|
D | xpath.c | 696 data = xmlGenericErrorContext; in xmlXPathErr()
|
/external/cronet/tot/third_party/libxml/chromium/ |
D | libxml_utils.h | 19 old_error_context_ = xmlGenericErrorContext; in ScopedXmlErrorFunc()
|
/external/cronet/stable/third_party/libxml/chromium/ |
D | libxml_utils.h | 19 old_error_context_ = xmlGenericErrorContext; in ScopedXmlErrorFunc()
|
/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | xmlerror.h | 879 XML_OP(xmlGenericErrorContext, void *, XML_NO_ATTR) \ 890 #define xmlGenericErrorContext XML_GLOBAL_MACRO(xmlGenericErrorContext) macro
|
/external/cronet/tot/third_party/libxml/src/include/libxml/ |
D | xmlerror.h | 879 XML_OP(xmlGenericErrorContext, void *, XML_NO_ATTR) \ 890 #define xmlGenericErrorContext XML_GLOBAL_MACRO(xmlGenericErrorContext) macro
|
/external/libxml2/include/libxml/ |
D | xmlerror.h | 879 XML_OP(xmlGenericErrorContext, void *, XML_NO_ATTR) \ 890 #define xmlGenericErrorContext XML_GLOBAL_MACRO(xmlGenericErrorContext) macro
|
/external/libxml2/os400/ |
D | rpgsupport.c | 115 THREADED_VAR(xmlGenericErrorContext, void *) in THREADED_VAR() argument
|
/external/libxml2/os400/libxmlrpg/ |
D | globals.rpgle | 113 d xmlGenericErrorContext...
|
D | xmlerror.rpgle | 1572 * xmlGenericError and xmlGenericErrorContext.
|
/external/libxml2/python/ |
D | libxml.c | 50 xmlGenericError(xmlGenericErrorContext, \
|