Home | History | Annotate | Download | only in libxml2

Lines Matching defs:res1

2578     xmlSchemaValPtr res1 = NULL, res2 = NULL;
2588 ret = xmlSchemaValPredefTypeNode(typ, value1, &res1, ctxt1);
2591 if (res1 == NULL)
2594 res1 = (xmlSchemaValPtr) comp1;
2598 if (res1 != (xmlSchemaValPtr) comp1)
2599 xmlSchemaFreeValue(res1);
2602 ret = xmlSchemaCompareValues(res1, res2);
2603 if (res1 != (xmlSchemaValPtr) comp1)
2604 xmlSchemaFreeValue(res1);