Searched refs:xmlValidateNameValue (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dvalid.h423 xmlValidateNameValue (const xmlChar *value);
/external/libxml2/
H A Delfgcchack.h15230 #undef xmlValidateNameValue macro
15231 extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias")));
15233 #ifndef xmlValidateNameValue
15234 extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden")));
15235 #define xmlValidateNameValue xmlValidateNameValue__internal_alias macro
H A Dvalid.c3480 * xmlValidateNameValue:
3514 * xmlValidateNameValue:
3523 xmlValidateNameValue(const xmlChar *value) { function

Completed in 121 milliseconds