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

/external/libxml2/
H A Dtree.c5296 return(xmlGetProp(cur, BAD_CAST "href"));
6702 * xmlGetProp:
6718 xmlGetProp(const xmlNode *node, const xmlChar *name) { function
6736 * This function is similar to xmlGetProp except it will accept only
H A Delfgcchack.h4173 #undef xmlGetProp macro
4174 extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias")));
4176 #ifndef xmlGetProp
4177 extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden")));
4178 #define xmlGetProp xmlGetProp__internal_alias macro

Completed in 298 milliseconds