Searched refs:xmlErrorPtr (Results 1 – 21 of 21) sorted by relevance
/external/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);
|
/external/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 | 4118 xmlTextReaderStructuredError(void *ctxt, xmlErrorPtr error); 4121 xmlTextReaderValidityStructuredRelay(void *userData, xmlErrorPtr error) in xmlTextReaderValidityStructuredRelay() 4852 xmlTextReaderStructuredError(void *ctxt, xmlErrorPtr error) in xmlTextReaderStructuredError() 4859 reader->sErrorFunc(reader->errorFuncArg, (xmlErrorPtr) error); in xmlTextReaderStructuredError()
|
D | runtest.c | 350 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
|
D | testapi.c | 39 xmlErrorPtr error ATTRIBUTE_UNUSED) { in structured_errors() 29752 static xmlErrorPtr gen_xmlErrorPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlErrorPtr() 29755 static void des_xmlErrorPtr(int no ATTRIBUTE_UNUSED, xmlErrorPtr val ATTRIBUTE_UNUSED, int nr ATTRI… in des_xmlErrorPtr() 29764 xmlErrorPtr from; /* a source error */ in test_xmlCopyError() 29766 xmlErrorPtr to; /* a target error */ in test_xmlCopyError() 29952 xmlErrorPtr err; /* pointer to the error. */ in test_xmlResetError()
|
D | xmlschemas.c | 10612 xmlErrorPtr lerr; in xmlSchemaAddSchemaDoc()
|
D | ChangeLog | 9256 handle the xmlErrorPtr type.
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlSerializingContext.cpp | 58 void CXmlSerializingContext::structuredErrorHandler(void *userData, xmlErrorPtr error) in structuredErrorHandler()
|
/external/libxml2/python/ |
D | libxml_wrap.h | 144 xmlErrorPtr obj; 275 PyObject * libxml_xmlErrorPtrWrap(xmlErrorPtr error);
|
D | types.c | 942 libxml_xmlErrorPtrWrap(xmlErrorPtr error) in libxml_xmlErrorPtrWrap()
|
/external/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);
|
/external/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)
|
/external/libxml2/doc/html/ |
D | index.sgml | 260 <ANCHOR id="xmlErrorPtr" href="libxml/libxml-xmlerror.html#xmlErrorPtr">
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 583 xmlErrorPtr Error = xmlGetLastError(); in ValidateCommentXML() 593 xmlErrorPtr Error = xmlGetLastError(); in ValidateCommentXML()
|