Searched refs:xmlErrorPtr (Results 1 – 20 of 20) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | xmlerror.h | 77 typedef xmlError *xmlErrorPtr; typedef 856 typedef void (XMLCALL *xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error); 899 XMLPUBFUN xmlErrorPtr XMLCALL 903 XMLPUBFUN xmlErrorPtr XMLCALL 908 xmlResetError (xmlErrorPtr err); 910 xmlCopyError (xmlErrorPtr from, 911 xmlErrorPtr to);
|
/third_party/libxml2/ |
D | error.c | 245 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str, in xmlReportError() 466 xmlErrorPtr to = &xmlLastError; in __xmlRaiseError() 858 xmlErrorPtr 873 xmlResetError(xmlErrorPtr err) in xmlResetError() 915 xmlErrorPtr 957 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { in xmlCopyError()
|
D | testOOM.c | 229 error_func (void *data ATTRIBUTE_UNUSED, xmlErrorPtr err) in error_func()
|
D | testchar.c | 17 static void errorHandler(void *unused, xmlErrorPtr err) { in errorHandler()
|
D | runxmlconf.c | 129 testErrorHandler(void *userData ATTRIBUTE_UNUSED, xmlErrorPtr error) { in testErrorHandler()
|
D | testrecurse.c | 392 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
|
D | testlimits.c | 484 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
|
D | xmlreader.c | 4192 xmlTextReaderStructuredError(void *ctxt, xmlErrorPtr error); 4195 xmlTextReaderValidityStructuredRelay(void *userData, xmlErrorPtr error) in xmlTextReaderValidityStructuredRelay() 4926 xmlTextReaderStructuredError(void *ctxt, xmlErrorPtr error) in xmlTextReaderStructuredError() 4933 reader->sErrorFunc(reader->errorFuncArg, (xmlErrorPtr) error); in xmlTextReaderStructuredError()
|
D | runtest.c | 351 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
|
D | testapi.c | 39 xmlErrorPtr error ATTRIBUTE_UNUSED) { in structured_errors() 29755 static xmlErrorPtr gen_xmlErrorPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlErrorPtr() 29758 static void des_xmlErrorPtr(int no ATTRIBUTE_UNUSED, xmlErrorPtr val ATTRIBUTE_UNUSED, int nr ATTRI… in des_xmlErrorPtr() 29767 xmlErrorPtr from; /* a source error */ in test_xmlCopyError() 29769 xmlErrorPtr to; /* a target error */ in test_xmlCopyError() 29955 xmlErrorPtr err; /* pointer to the error. */ in test_xmlResetError()
|
D | xmlschemas.c | 10663 xmlErrorPtr lerr; in xmlSchemaAddSchemaDoc()
|
/third_party/libxml2/python/ |
D | libxml_wrap.h | 144 xmlErrorPtr obj; 275 PyObject * libxml_xmlErrorPtrWrap(xmlErrorPtr error);
|
D | types.c | 1066 libxml_xmlErrorPtrWrap(xmlErrorPtr error) in libxml_xmlErrorPtrWrap()
|
/third_party/libxml2/os400/ |
D | rpgsupport.c | 109 __call_xmlStructuredError(void * userData, xmlErrorPtr error) in THREADED_VAR()
|
D | rpgsupport.h | 71 XMLPUBFUN void __call_xmlStructuredError(void *userData, xmlErrorPtr error);
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlerror.rpgle | 88 d xmlErrorPtr s * based(######typedef######) 90 d xmlError ds based(xmlErrorPtr) 1664 d like(xmlErrorPtr) 1671 d like(xmlErrorPtr) 1679 d err value like(xmlErrorPtr) 1683 d from value like(xmlErrorPtr) 1684 d to value like(xmlErrorPtr)
|
D | globals.rpgle | 334 d error value like(xmlErrorPtr)
|
/third_party/cef/libcef/browser/ |
D | xml_reader_impl.cc | 80 void XMLCALL xml_structured_error_callback(void* userData, xmlErrorPtr error) { in xml_structured_error_callback()
|
/third_party/libxml2/doc/html/ |
D | index.sgml | 260 <ANCHOR id="xmlErrorPtr" href="libxml/libxml-xmlerror.html#xmlErrorPtr">
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 83851 - handle the xmlErrorPtr type. 119116 @@ -994,5 +994,3 @@ xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { 125079 @@ -531,7 +531,6 @@ testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { 131401 -static xmlErrorPtr gen_xmlErrorPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 131404 -static void des_xmlErrorPtr(int no ATTRIBUTE_UNUSED, xmlErrorPtr val ATTRIBUTE_UNUSED, int nr ATTR… 131976 @@ -23,7 +23,7 @@ static void errorHandler(void *unused, xmlErrorPtr err) {
|