Searched refs:xmlValidateAttributeValueInternal (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type,
2032 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) {
3820 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, function
3844 return(xmlValidateAttributeValueInternal(NULL, type, value));
4166 val = xmlValidateAttributeValueInternal(doc, attr->atype,
4448 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);
4633 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type,
2032 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) {
3820 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, function
3844 return(xmlValidateAttributeValueInternal(NULL, type, value));
4166 val = xmlValidateAttributeValueInternal(doc, attr->atype,
4448 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);
4633 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);

Completed in 219 milliseconds