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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c2027 (!xmlValidateAttributeValue(type, defaultValue))) {
3689 * xmlValidateAttributeValue:
3714 xmlValidateAttributeValue(xmlAttributeType type, const xmlChar *value) { function
4054 val = xmlValidateAttributeValue(attr->atype, attr->defaultValue);
4335 val = xmlValidateAttributeValue(attrDecl->atype, value);
4520 val = xmlValidateAttributeValue(attrDecl->atype, value);
H A Delfgcchack.h15006 #undef xmlValidateAttributeValue macro
15007 extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue __attribute((alias("xmlValidateAttributeValue__internal_alias")));
15009 #ifndef xmlValidateAttributeValue
15010 extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue__internal_alias __attribute((visibility("hidden")));
15011 #define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias macro

Completed in 444 milliseconds