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

/external/libxml2/
H A Dtree.c6667 * xmlSetProp:
6681 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { function
H A Delfgcchack.h10364 #undef xmlSetProp macro
10365 extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias")));
10367 #ifndef xmlSetProp
10368 extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden")));
10369 #define xmlSetProp xmlSetProp__internal_alias macro

Completed in 93 milliseconds