Searched defs:xmlDocSetRootElement (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c4535 * xmlDocSetRootElement:
4546 xmlDocSetRootElement(xmlDocPtr doc, xmlNodePtr root) { function
H A Delfgcchack.h2984 #undef xmlDocSetRootElement macro
2985 extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement __attribute((alias("xmlDocSetRootElement__internal_alias")));
2987 #ifndef xmlDocSetRootElement
2988 extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement__internal_alias __attribute((visibility("hidden")));
2989 #define xmlDocSetRootElement xmlDocSetRootElement__internal_alias macro

Completed in 84 milliseconds