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

/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c188 * xmlHashGrow:
197 xmlHashGrow(xmlHashTablePtr table, int size) { function
273 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
581 xmlHashGrow(table, MAX_HASH_LEN * table->size);

Completed in 35 milliseconds