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

/external/libxml2/
H A Dlibxml2.syms926 xmlCopyNamespace;
H A Delfgcchack.h2327 #undef xmlCopyNamespace macro
2328 extern __typeof (xmlCopyNamespace) xmlCopyNamespace __attribute((alias("xmlCopyNamespace__internal_alias")));
2330 #ifndef xmlCopyNamespace
2331 extern __typeof (xmlCopyNamespace) xmlCopyNamespace__internal_alias __attribute((visibility("hidden")));
2332 #define xmlCopyNamespace xmlCopyNamespace__internal_alias macro
H A Dtree.c3920 * xmlCopyNamespace:
3928 xmlCopyNamespace(xmlNsPtr cur) { function
3939 "xmlCopyNamespace: invalid type %d\n", cur->type);
3960 q = xmlCopyNamespace(cur);
H A Dtestapi.c19367 ret_val = xmlCopyNamespace(cur);
19374 printf("Leak of %d blocks found in xmlCopyNamespace",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h1004 xmlCopyNamespace (xmlNsPtr cur);

Completed in 216 milliseconds