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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlerror.h901 xmlCopyError (xmlErrorPtr from,
/vbox/src/libs/libxml2-2.6.31/
H A Derror.c591 xmlCopyError(to,&xmlLastError);
936 * xmlCopyError:
945 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { function
H A Delfgcchack.h2233 #undef xmlCopyError macro
2234 extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
2236 #ifndef xmlCopyError
2237 extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
2238 #define xmlCopyError xmlCopyError__internal_alias macro
H A Dparser.c11785 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
12026 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
H A Dtestapi.c29075 ret_val = xmlCopyError(from, to);
29082 printf("Leak of %d blocks found in xmlCopyError",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c1523 if (!PyArg_ParseTuple(args, (char *)"OO:xmlCopyError", &pyobj_from, &pyobj_to))
1528 c_retval = xmlCopyError(from, to);

Completed in 385 milliseconds