Searched defs:hashs2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c6754 unsigned int *hashs2; local
6804 hashs2 = (unsigned int *) xmlMalloc(ns2->nodeNr * sizeof(unsigned int));
6805 if (hashs2 == NULL) {
6817 hashs2[j] = xmlXPathNodeValHash(ns2->nodeTab[j]);
6818 if (hashs1[i] != hashs2[j]) {
6846 xmlFree(hashs2);

Completed in 81 milliseconds