Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Ddict.c41 #define MAX_HASH_LEN 3 macro
836 if ((nbi > MAX_HASH_LEN) && in xmlDictLookup()
837 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) { in xmlDictLookup()
838 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0) in xmlDictLookup()
1045 if ((nbi > MAX_HASH_LEN) && in xmlDictQLookup()
1046 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) in xmlDictQLookup()
1047 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size); in xmlDictQLookup()
Dhash.c30 #define MAX_HASH_LEN 8 macro
579 if (len > MAX_HASH_LEN) in xmlHashAddEntry3()
580 xmlHashGrow(table, MAX_HASH_LEN * table->size); in xmlHashAddEntry3()
/external/libxml2/
Ddict.c63 #define MAX_HASH_LEN 3 macro
869 if ((nbi > MAX_HASH_LEN) && in xmlDictLookup()
870 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) { in xmlDictLookup()
871 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0) in xmlDictLookup()
1078 if ((nbi > MAX_HASH_LEN) && in xmlDictQLookup()
1079 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) in xmlDictQLookup()
1080 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size); in xmlDictQLookup()
Dhash.c46 #define MAX_HASH_LEN 8 macro
615 if (len > MAX_HASH_LEN) in xmlHashAddEntry3()
616 xmlHashGrow(table, MAX_HASH_LEN * table->size); in xmlHashAddEntry3()