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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c1874 * xmlNewProp:
1883 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { function
1888 "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
/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 161 milliseconds