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

/external/libxml2/
H A Dxpath.c6848 unsigned int *hashs2; local
6898 hashs2 = (unsigned int *) xmlMalloc(ns2->nodeNr * sizeof(unsigned int));
6899 if (hashs2 == NULL) {
6911 hashs2[j] = xmlXPathNodeValHash(ns2->nodeTab[j]);
6912 if (hashs1[i] != hashs2[j]) {
6940 xmlFree(hashs2);

Completed in 126 milliseconds