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

/external/libxml2/
H A Dtree.c5169 return(xmlGetProp(cur, BAD_CAST "href"));
6546 * xmlGetProp:
6562 xmlGetProp(xmlNodePtr node, const xmlChar *name) { function
6580 * This function is similar to xmlGetProp except it will accept only
H A Delfgcchack.h4081 #undef xmlGetProp macro
4082 extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias")));
4084 #ifndef xmlGetProp
4085 extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden")));
4086 #define xmlGetProp xmlGetProp__internal_alias macro

Completed in 117 milliseconds