Searched refs:xmlValidateAttributeValueInternal (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | valid.c | 41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, 2068 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) { in xmlAddAttributeDecl() 3880 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, in xmlValidateAttributeValueInternal() function 3928 return(xmlValidateAttributeValueInternal(NULL, type, value)); in xmlValidateAttributeValue() 4223 val = xmlValidateAttributeValueInternal(doc, attr->atype, in xmlValidateAttributeDecl() 4505 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneAttribute() 4690 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneNamespace()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | valid.c | 70 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, 2025 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) { in xmlAddAttributeDecl() 3818 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, in xmlValidateAttributeValueInternal() function 3866 return(xmlValidateAttributeValueInternal(NULL, type, value)); in xmlValidateAttributeValue() 4187 val = xmlValidateAttributeValueInternal(doc, attr->atype, in xmlValidateAttributeDecl() 4469 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneAttribute() 4654 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneNamespace()
|