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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c3488 * xmlValidateNamesValue:
3497 xmlValidateNamesValue(const xmlChar *value) { function
3718 return(xmlValidateNamesValue(value));
H A Delfgcchack.h15138 #undef xmlValidateNamesValue macro
15139 extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue __attribute((alias("xmlValidateNamesValue__internal_alias")));
15141 #ifndef xmlValidateNamesValue
15142 extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue__internal_alias __attribute((visibility("hidden")));
15143 #define xmlValidateNamesValue xmlValidateNamesValue__internal_alias macro

Completed in 101 milliseconds