Lines Matching refs:value2
631 * @value2: the second value
642 const xmlChar * value2,
2560 * @value2: the second value
2573 const xmlChar * value2, xmlNodePtr ctxt2)
2579 if ((type == NULL) || (value1 == NULL) || (value2 == NULL))
2595 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2);
2673 * @value2: the second value
2686 const xmlChar * value2,
2692 ret = xmlStrEqual(value1, value2);
2694 if (!xmlStrEqual(value1, value2)) {
2702 nvalue = xmlRelaxNGNormalize(NULL, value2);