Searched refs:xmlCopyError (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | xmlerror.h | 901 xmlCopyError (xmlErrorPtr from,
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | error.c | 591 xmlCopyError(to,&xmlLastError); 936 * xmlCopyError: 945 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { function
|
H A D | elfgcchack.h | 2233 #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 D | parser.c | 11785 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); 12026 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
|
H A D | testapi.c | 29075 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 D | libxml2-py.c | 1523 if (!PyArg_ParseTuple(args, (char *)"OO:xmlCopyError", &pyobj_from, &pyobj_to)) 1528 c_retval = xmlCopyError(from, to);
|
Completed in 627 milliseconds