Searched refs:MAX_HASH_LEN (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Ddict.c41 #define MAX_HASH_LEN 3 macro
836 if ((nbi > MAX_HASH_LEN) &&
837 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) {
838 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0)
1045 if ((nbi > MAX_HASH_LEN) &&
1046 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN)))
1047 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
H A Dhash.c30 #define MAX_HASH_LEN 8 macro
579 if (len > MAX_HASH_LEN)
580 xmlHashGrow(table, MAX_HASH_LEN * table->size);
/external/libxml2/
H A Ddict.c64 #define MAX_HASH_LEN 3 macro
945 if ((nbi > MAX_HASH_LEN) &&
946 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) {
947 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0)
1160 if ((nbi > MAX_HASH_LEN) &&
1161 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN)))
1162 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
H A Dhash.c46 #define MAX_HASH_LEN 8 macro
611 if (len > MAX_HASH_LEN)
612 xmlHashGrow(table, MAX_HASH_LEN * table->size);

Completed in 145 milliseconds