Home
last modified time | relevance | path

Searched refs:xmlValidateAttributeValue2 (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dvalid.c3840 xmlValidateAttributeValue2(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateAttributeValue2() function
4493 ret &= xmlValidateAttributeValue2(ctxt, doc, attr->name, in xmlValidateOneAttribute()
4715 ret &= xmlValidateAttributeValue2(ctxt, doc, ns->prefix, in xmlValidateOneNamespace()
4718 ret &= xmlValidateAttributeValue2(ctxt, doc, BAD_CAST "xmlns", in xmlValidateOneNamespace()
6679 ret = xmlValidateAttributeValue2(ctxt, ctxt->doc, cur->name, in xmlValidateAttributeCallback()
6687 ret = xmlValidateAttributeValue2(ctxt, ctxt->doc, in xmlValidateAttributeCallback()
/external/libxml2/
Dvalid.c3840 xmlValidateAttributeValue2(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateAttributeValue2() function
4493 ret &= xmlValidateAttributeValue2(ctxt, doc, attr->name, in xmlValidateOneAttribute()
4715 ret &= xmlValidateAttributeValue2(ctxt, doc, ns->prefix, in xmlValidateOneNamespace()
4718 ret &= xmlValidateAttributeValue2(ctxt, doc, BAD_CAST "xmlns", in xmlValidateOneNamespace()
6688 ret = xmlValidateAttributeValue2(ctxt, ctxt->doc, cur->name, in xmlValidateAttributeCallback()
6696 ret = xmlValidateAttributeValue2(ctxt, ctxt->doc, in xmlValidateAttributeCallback()