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

/external/libxml2/
H A Dtree.c1923 * xmlNewNsPropEatName:
1933 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, function
1939 "xmlNewNsPropEatName : name == NULL\n");
H A Delfgcchack.h6205 #undef xmlNewNsPropEatName macro
6206 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__internal_alias")));
6208 #ifndef xmlNewNsPropEatName
6209 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("hidden")));
6210 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias macro

Completed in 51 milliseconds