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

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c1860 * xmlNewProp:
1869 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { function
1874 "xmlNewProp : name == NULL\n");
H A Delfgcchack.h6180 #undef xmlNewProp macro
6181 extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias")));
6183 #ifndef xmlNewProp
6184 extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden")));
6185 #define xmlNewProp xmlNewProp__internal_alias macro

Completed in 104 milliseconds