Home
last modified time | relevance | path

Searched refs:xmlValidateAttributeValue (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h337 xmlValidateAttributeValue(xmlAttributeType type,
/external/libxml2/
Delfgcchack.h15110 #undef xmlValidateAttributeValue
15111 extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue __attribute((alias("xmlValida…
15113 #ifndef xmlValidateAttributeValue
15114 extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue__internal_alias __attribute((…
15115 #define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias macro
Dvalid.c3806 xmlValidateAttributeValue(xmlAttributeType type, const xmlChar *value) { in xmlValidateAttributeValue() function