Home | History | Annotate | Download | only in libxml2

Lines Matching refs:values1

6727     xmlChar **values1;
6757 values1 = (xmlChar **) xmlMalloc(ns1->nodeNr * sizeof(xmlChar *));
6758 if (values1 == NULL) {
6765 xmlFree(values1);
6768 memset(values1, 0, ns1->nodeNr * sizeof(xmlChar *));
6773 xmlFree(values1);
6780 xmlFree(values1);
6797 if (values1[i] == NULL)
6798 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]);
6801 ret = xmlStrEqual(values1[i], values2[j]) ^ neq;
6810 if (values1[i] != NULL)
6811 xmlFree(values1[i]);
6815 xmlFree(values1);