Searched refs:xmlHashGrow (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dhash.c220 * xmlHashGrow:
229 xmlHashGrow(xmlHashTablePtr table, int size) { function
305 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
612 xmlHashGrow(table, MAX_HASH_LEN * table->size);

Completed in 67 milliseconds