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

/external/libxml2/
H A Dtree.c1885 * xmlNewProp:
1894 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { function
1899 "xmlNewProp : name == NULL\n");
H A Delfgcchack.h6236 #undef xmlNewProp macro
6237 extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias")));
6239 #ifndef xmlNewProp
6240 extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden")));
6241 #define xmlNewProp xmlNewProp__internal_alias macro

Completed in 84 milliseconds