Home | History | Annotate | Download | only in libxml2

Lines Matching full:res2

2571     xmlSchemaValPtr res1 = NULL, res2 = NULL;
2589 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2);
2598 ret = xmlSchemaCompareValues(res1, res2);
2601 xmlSchemaFreeValue(res2);