Searched refs:xmlCopyError (Results 1 – 9 of 9) sorted by relevance
601 xmlCopyError(to,&xmlLastError); in __xmlRaiseError()957 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { in xmlCopyError() function
1546 xmlCopyError;
2317 #undef xmlCopyError2318 extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));2320 #ifndef xmlCopyError2321 extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));2322 #define xmlCopyError xmlCopyError__internal_alias macro
13205 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseExternalEntityPrivate()13467 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseBalancedChunkMemoryInternal()
29778 ret_val = xmlCopyError(from, to); in test_xmlCopyError()
910 xmlCopyError (xmlErrorPtr from,
1681 d xmlCopyError pr extproc('xmlCopyError')
696 xmlCopyError
103302 -#undef xmlCopyError103303 -extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));103305 -#ifndef xmlCopyError103306 -extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));103307 -#define xmlCopyError xmlCopyError__internal_alias119116 @@ -994,5 +994,3 @@ xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) {