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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dvalid.h425 xmlValidateNamesValue (const xmlChar *value);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c3465 * xmlValidateNamesValue:
3474 xmlValidateNamesValue(const xmlChar *value) { function
3695 return(xmlValidateNamesValue(value));
H A Delfgcchack.h15106 #undef xmlValidateNamesValue macro
15107 extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue __attribute((alias("xmlValidateNamesValue__internal_alias")));
15109 #ifndef xmlValidateNamesValue
15110 extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue__internal_alias __attribute((visibility("hidden")));
15111 #define xmlValidateNamesValue xmlValidateNamesValue__internal_alias macro

Completed in 274 milliseconds