Searched refs:xmlCopyError (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/
H A Derror.c585 xmlCopyError(to,&xmlLastError);
929 * xmlCopyError:
938 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { function
H A Delfgcchack.h2245 #undef xmlCopyError macro
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
H A Dparser.c12697 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
12951 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
/external/libxml2/include/libxml/
H A Dxmlerror.h909 xmlCopyError (xmlErrorPtr from,

Completed in 162 milliseconds