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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c6753 unsigned int *hashs1; local
6790 hashs1 = (unsigned int *) xmlMalloc(ns1->nodeNr * sizeof(unsigned int));
6791 if (hashs1 == NULL) {
6800 xmlFree(hashs1);
6807 xmlFree(hashs1);
6814 hashs1[i] = xmlXPathNodeValHash(ns1->nodeTab[i]);
6818 if (hashs1[i] != hashs2[j]) {
6845 xmlFree(hashs1);

Completed in 82 milliseconds