Home
last modified time | relevance | path

Searched refs:xmlCopyError (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/
Derror.c601 xmlCopyError(to,&xmlLastError); in __xmlRaiseError()
957 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { in xmlCopyError() function
Dlibxml2.syms1546 xmlCopyError;
Delfgcchack.h2317 #undef xmlCopyError
2318 extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
2320 #ifndef xmlCopyError
2321 extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
2322 #define xmlCopyError xmlCopyError__internal_alias macro
Dparser.c13205 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseExternalEntityPrivate()
13467 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseBalancedChunkMemoryInternal()
Dtestapi.c29778 ret_val = xmlCopyError(from, to); in test_xmlCopyError()
/third_party/libxml2/include/libxml/
Dxmlerror.h910 xmlCopyError (xmlErrorPtr from,
/third_party/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle1681 d xmlCopyError pr extproc('xmlCopyError')
/third_party/libxml2/win32/
Dlibxml2.def.src696 xmlCopyError
/third_party/chromium/patch/
D0001-cve.patch103302 -#undef xmlCopyError
103303 -extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
103305 -#ifndef xmlCopyError
103306 -extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
103307 -#define xmlCopyError xmlCopyError__internal_alias
119116 @@ -994,5 +994,3 @@ xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) {