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

/external/libxml2/
H A Dtree.c1919 * xmlNewProp:
1928 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { function
1933 "xmlNewProp : name == NULL\n");
H A Delfgcchack.h6338 #undef xmlNewProp macro
6339 extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias")));
6341 #ifndef xmlNewProp
6342 extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden")));
6343 #define xmlNewProp xmlNewProp__internal_alias macro

Completed in 169 milliseconds