Searched refs:xmlRemoveRef (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Dvalid.h298 xmlRemoveRef (xmlDocPtr doc,
/external/libxml2/
H A Dlibxml2.syms663 xmlRemoveRef;
H A Delfgcchack.h8787 #undef xmlRemoveRef macro
8788 extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias")));
8790 #ifndef xmlRemoveRef
8791 extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden")));
8792 #define xmlRemoveRef xmlRemoveRef__internal_alias macro
H A Dvalid.c3044 * xmlRemoveRef:
3053 xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) { function
H A Dtestapi.c25885 ret_val = xmlRemoveRef(doc, attr);
25892 printf("Leak of %d blocks found in xmlRemoveRef",
[all...]

Completed in 1151 milliseconds