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

/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c9029 * xmlRelaxNGValidateAttribute:
9038 xmlRelaxNGValidateAttribute(xmlRelaxNGValidCtxtPtr ctxt, function
9087 "xmlRelaxNGValidateAttribute(%s): %d\n",
9125 "xmlRelaxNGValidateAttribute(nsName ns = %s): %d\n",
9129 "xmlRelaxNGValidateAttribute(anyName): %d\n",
9158 if (xmlRelaxNGValidateAttribute(ctxt, cur) != 0)
10366 ret = xmlRelaxNGValidateAttribute(ctxt, define);
/external/libxml2/
H A Drelaxng.c9059 * xmlRelaxNGValidateAttribute:
9068 xmlRelaxNGValidateAttribute(xmlRelaxNGValidCtxtPtr ctxt, function
9117 "xmlRelaxNGValidateAttribute(%s): %d\n",
9155 "xmlRelaxNGValidateAttribute(nsName ns = %s): %d\n",
9159 "xmlRelaxNGValidateAttribute(anyName): %d\n",
9188 if (xmlRelaxNGValidateAttribute(ctxt, cur) != 0)
10396 ret = xmlRelaxNGValidateAttribute(ctxt, define);

Completed in 117 milliseconds