Home
last modified time | relevance | path

Searched refs:MAX_HASH_LEN (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Ddict.c64 #define MAX_HASH_LEN 3 macro
977 if ((nbi > MAX_HASH_LEN) && in xmlDictLookup()
978 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) { in xmlDictLookup()
979 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0) in xmlDictLookup()
1192 if ((nbi > MAX_HASH_LEN) && in xmlDictQLookup()
1193 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) in xmlDictQLookup()
1194 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size); in xmlDictQLookup()
Dhash.c46 #define MAX_HASH_LEN 8 macro
623 if (len > MAX_HASH_LEN) in xmlHashAddEntry3()
624 xmlHashGrow(table, MAX_HASH_LEN * table->size); in xmlHashAddEntry3()
/external/libxml2/optim/
Dhash_dict.patch14 #define MAX_HASH_LEN 8