Searched defs:xmlDocGetRootElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dtree.c4768 * xmlDocGetRootElement:
4777 xmlDocGetRootElement(xmlDocPtr doc) { function
H A Delfgcchack.h2985 #undef xmlDocGetRootElement macro
2986 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias")));
2988 #ifndef xmlDocGetRootElement
2989 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden")));
2990 #define xmlDocGetRootElement xmlDocGetRootElement__internal_alias macro
/external/libxml2/
H A Dtree.c4853 * xmlDocGetRootElement:
4862 xmlDocGetRootElement(xmlDocPtr doc) { function
H A Delfgcchack.h3077 #undef xmlDocGetRootElement macro
3078 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias")));
3080 #ifndef xmlDocGetRootElement
3081 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden")));
3082 #define xmlDocGetRootElement xmlDocGetRootElement__internal_alias macro

Completed in 234 milliseconds