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

/vbox/src/libs/libxml2-2.6.31/
H A Ddict.c29 #define MAX_HASH_LEN 4 macro
663 if ((nbi > MAX_HASH_LEN) &&
664 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN)))
665 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
846 if ((nbi > MAX_HASH_LEN) &&
847 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN)))
848 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
H A Dhash.c30 #define MAX_HASH_LEN 8 macro
580 if (len > MAX_HASH_LEN)
581 xmlHashGrow(table, MAX_HASH_LEN * table->size);

Completed in 76 milliseconds