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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Ddict.c395 * xmlDictGrow:
404 xmlDictGrow(xmlDictPtr dict, int size) { function
482 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
665 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
666 /* Note that entry may have been freed at this point by xmlDictGrow */
848 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
849 /* Note that entry may have been freed at this point by xmlDictGrow */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Ddict.c395 * xmlDictGrow:
404 xmlDictGrow(xmlDictPtr dict, int size) { function
482 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
665 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
666 /* Note that entry may have been freed at this point by xmlDictGrow */
848 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
849 /* Note that entry may have been freed at this point by xmlDictGrow */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Ddict.c517 * xmlDictGrow:
526 xmlDictGrow(xmlDictPtr dict, int size) { function
645 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
839 if (xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size) != 0)
842 /* Note that entry may have been freed at this point by xmlDictGrow */
1048 xmlDictGrow(dict, MAX_HASH_LEN * 2 * dict->size);
1049 /* Note that entry may have been freed at this point by xmlDictGrow */

Completed in 53 milliseconds