HomeSort by relevance Sort by last modified time
    Searched refs:MAX_HASH_LEN (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxml/src/
dict.c 41 #define MAX_HASH_LEN 3
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);
hash.c 30 #define MAX_HASH_LEN 8
579 if (len > MAX_HASH_LEN)
580 xmlHashGrow(table, MAX_HASH_LEN * table->size);
  /external/libxml2/
dict.c 63 #define MAX_HASH_LEN 3
869 if ((nbi > MAX_HASH_LEN) &&
870 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) {
871 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0)
1078 if ((nbi > MAX_HASH_LEN) &&
1079 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN)))
1080 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
hash.c 46 #define MAX_HASH_LEN 8
615 if (len > MAX_HASH_LEN)
616 xmlHashGrow(table, MAX_HASH_LEN * table->size);

Completed in 65 milliseconds