Home
last modified time | relevance | path

Searched refs:xmlErrorPtr (Results 1 – 21 of 21) 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.c245 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()
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.c4118 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()
Druntest.c350 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
Dtestapi.c39 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()
Dxmlschemas.c10612 xmlErrorPtr lerr; in xmlSchemaAddSchemaDoc()
DChangeLog9256 handle the xmlErrorPtr type.
/external/parameter-framework/upstream/xmlserializer/
DXmlSerializingContext.cpp58 void CXmlSerializingContext::structuredErrorHandler(void *userData, xmlErrorPtr error) in structuredErrorHandler()
/external/libxml2/python/
Dlibxml_wrap.h144 xmlErrorPtr obj;
275 PyObject * libxml_xmlErrorPtrWrap(xmlErrorPtr error);
Dtypes.c942 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.rpgle88 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)
Dglobals.rpgle334 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.c583 xmlErrorPtr Error = xmlGetLastError(); in ValidateCommentXML()
593 xmlErrorPtr Error = xmlGetLastError(); in ValidateCommentXML()