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

  /external/libxml2/
dict.c 41 #define MAX_HASH_LEN 3
837 if ((nbi > MAX_HASH_LEN) &&
838 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN))) {
839 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0)
1046 if ((nbi > MAX_HASH_LEN) &&
1047 (dict->size <= ((MAX_DICT_HASH / 2) / MAX_HASH_LEN)))
1048 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
hash.c 30 #define MAX_HASH_LEN 8
580 if (len > MAX_HASH_LEN)
581 xmlHashGrow(table, MAX_HASH_LEN * table->size);

Completed in 419 milliseconds