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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c5156 return(xmlGetProp(cur, BAD_CAST "href"));
6533 * xmlGetProp:
6549 xmlGetProp(xmlNodePtr node, const xmlChar *name) { function
6567 * 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
/external/libxml2/
H A Dtree.c5247 return(xmlGetProp(cur, BAD_CAST "href"));
6653 * xmlGetProp:
6669 xmlGetProp(xmlNodePtr node, const xmlChar *name) { function
6687 * 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 313 milliseconds