Searched refs:xmlDictGrow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Ddict.c517 * xmlDictGrow:
526 xmlDictGrow(xmlDictPtr dict, int size) { function
645 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
838 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0)
841 /* Note that entry may have been freed at this point by xmlDictGrow */
1047 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
1048 /* Note that entry may have been freed at this point by xmlDictGrow */
/external/libxml2/
H A Ddict.c619 * xmlDictGrow:
628 xmlDictGrow(xmlDictPtr dict, size_t size) { function
747 "xmlDictGrow : from %lu to %lu, %u elems\n", oldsize, size, nbElem);
947 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0)
950 /* Note that entry may have been freed at this point by xmlDictGrow */
1162 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
1163 /* Note that entry may have been freed at this point by xmlDictGrow */

Completed in 200 milliseconds