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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c3594 * xmlValidateNmtokensValue:
3605 xmlValidateNmtokensValue(const xmlChar *value) { function
3726 return(xmlValidateNmtokensValue(value));
H A Delfgcchack.h15162 #undef xmlValidateNmtokensValue macro
15163 extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue __attribute((alias("xmlValidateNmtokensValue__internal_alias")));
15165 #ifndef xmlValidateNmtokensValue
15166 extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue__internal_alias __attribute((visibility("hidden")));
15167 #define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias macro

Completed in 2027 milliseconds