Home
last modified time | relevance | path

Searched refs:xmlErrorPtr (Results 1 – 20 of 20) sorted by relevance

/external/libxml2/include/libxml/
Dxmlerror.h77 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/
Derror.c243 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str, in xmlReportError()
464 xmlErrorPtr to = &xmlLastError; in __xmlRaiseError()
856 xmlErrorPtr
871 xmlResetError(xmlErrorPtr err) in xmlResetError()
913 xmlErrorPtr
955 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { in xmlCopyError()
DtestOOM.c229 error_func (void *data ATTRIBUTE_UNUSED, xmlErrorPtr err) in error_func()
Dtestchar.c17 static void errorHandler(void *unused, xmlErrorPtr err) { in errorHandler()
Drunxmlconf.c129 testErrorHandler(void *userData ATTRIBUTE_UNUSED, xmlErrorPtr error) { in testErrorHandler()
Dtestrecurse.c392 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
Dtestlimits.c484 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
Dxmlreader.c4093 xmlTextReaderStructuredError(void *ctxt, xmlErrorPtr error);
4096 xmlTextReaderValidityStructuredRelay(void *userData, xmlErrorPtr error) in xmlTextReaderValidityStructuredRelay()
4827 xmlTextReaderStructuredError(void *ctxt, xmlErrorPtr error) in xmlTextReaderStructuredError()
4834 reader->sErrorFunc(reader->errorFuncArg, (xmlErrorPtr) error); in xmlTextReaderStructuredError()
Druntest.c345 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
Dtestapi.c39 xmlErrorPtr error ATTRIBUTE_UNUSED) { in structured_errors()
29596 static xmlErrorPtr gen_xmlErrorPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlErrorPtr()
29599 static void des_xmlErrorPtr(int no ATTRIBUTE_UNUSED, xmlErrorPtr val ATTRIBUTE_UNUSED, int nr ATTRI… in des_xmlErrorPtr()
29608 xmlErrorPtr from; /* a source error */ in test_xmlCopyError()
29610 xmlErrorPtr to; /* a target error */ in test_xmlCopyError()
29796 xmlErrorPtr err; /* pointer to the error. */ in test_xmlResetError()
Dxmlschemas.c10573 xmlErrorPtr lerr; in xmlSchemaAddSchemaDoc()
DChangeLog9256 handle the xmlErrorPtr type.
/external/libxml2/python/
Dlibxml_wrap.h144 xmlErrorPtr obj;
275 PyObject * libxml_xmlErrorPtrWrap(xmlErrorPtr error);
Dtypes.c944 libxml_xmlErrorPtrWrap(xmlErrorPtr error) in libxml_xmlErrorPtrWrap()
/external/libxml2/os400/
Drpgsupport.c109 __call_xmlStructuredError(void * userData, xmlErrorPtr error) in THREADED_VAR()
Drpgsupport.h71 XMLPUBFUN void __call_xmlStructuredError(void *userData, xmlErrorPtr error);
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle85 d xmlErrorPtr s * based(######typedef######)
87 d xmlError ds based(xmlErrorPtr)
1660 d like(xmlErrorPtr)
1667 d like(xmlErrorPtr)
1675 d err value like(xmlErrorPtr)
1678 d from value like(xmlErrorPtr)
1679 d to value like(xmlErrorPtr)
Dglobals.rpgle328 d error value like(xmlErrorPtr)
/external/libxml2/doc/html/
Dindex.sgml260 <ANCHOR id="xmlErrorPtr" href="libxml/libxml-xmlerror.html#xmlErrorPtr">
/external/clang/tools/c-index-test/
Dc-index-test.c566 xmlErrorPtr Error = xmlGetLastError(); in ValidateCommentXML()
576 xmlErrorPtr Error = xmlGetLastError(); in ValidateCommentXML()