Home
last modified time | relevance | path

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

/external/libxml2/
Derror.c585 xmlCopyError(to,&xmlLastError); in __xmlRaiseError()
938 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { in xmlCopyError() function
Delfgcchack.h2245 #undef xmlCopyError
2246 extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
2248 #ifndef xmlCopyError
2249 extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
2250 #define xmlCopyError xmlCopyError__internal_alias macro
Dparser.c12697 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseExternalEntityPrivate()
12951 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseBalancedChunkMemoryInternal()
/external/chromium_org/third_party/libxml/src/
Derror.c590 xmlCopyError(to,&xmlLastError); in __xmlRaiseError()
948 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { in xmlCopyError() function
Delfgcchack.h2245 #undef xmlCopyError
2246 extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
2248 #ifndef xmlCopyError
2249 extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
2250 #define xmlCopyError xmlCopyError__internal_alias macro
Dparser.c12705 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseExternalEntityPrivate()
12959 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseBalancedChunkMemoryInternal()
Dtestapi.c29377 ret_val = xmlCopyError(from, to); in test_xmlCopyError()
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlerror.h910 xmlCopyError (xmlErrorPtr from,
/external/libxml2/include/libxml/
Dxmlerror.h909 xmlCopyError (xmlErrorPtr from,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src689 xmlCopyError