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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h689 xmlCopyProp (xmlNodePtr target,
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c1003 q = xmlCopyProp(target, cur);
3406 ret = xmlCopyProp(ctxt->insert, attr);
3411 ret = xmlCopyProp(ctxt->insert, attr);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h2283 #undef xmlCopyProp macro
2284 extern __typeof (xmlCopyProp) xmlCopyProp __attribute((alias("xmlCopyProp__internal_alias")));
2286 #ifndef xmlCopyProp
2287 extern __typeof (xmlCopyProp) xmlCopyProp__internal_alias __attribute((visibility("hidden")));
2288 #define xmlCopyProp xmlCopyProp__internal_alias macro
H A Dtree.c3718 * xmlCopyProp:
3727 xmlCopyProp(xmlNodePtr target, xmlAttrPtr cur) { function
3746 q = xmlCopyProp(target, cur);

Completed in 234 milliseconds