Searched refs:xmlValidateAttributeValueInternal (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
D | valid.c | 41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, 1983 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) { in xmlAddAttributeDecl() 3759 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, in xmlValidateAttributeValueInternal() function 3807 return(xmlValidateAttributeValueInternal(NULL, type, value)); in xmlValidateAttributeValue() 4126 val = xmlValidateAttributeValueInternal(doc, attr->atype, in xmlValidateAttributeDecl() 4408 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneAttribute() 4593 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneNamespace()
|
/external/libxml2/ |
D | valid.c | 41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, 1983 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) { in xmlAddAttributeDecl() 3759 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, in xmlValidateAttributeValueInternal() function 3807 return(xmlValidateAttributeValueInternal(NULL, type, value)); in xmlValidateAttributeValue() 4126 val = xmlValidateAttributeValueInternal(doc, attr->atype, in xmlValidateAttributeDecl() 4408 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneAttribute() 4593 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneNamespace()
|