Searched refs:nbElem (Results 1 – 4 of 4) sorted by relevance
/third_party/libxml2/ |
D | dict.c | 674 unsigned long nbElem = 0; in xmlDictGrow() local 745 nbElem++; in xmlDictGrow() 776 nbElem++; in xmlDictGrow() 787 "xmlDictGrow : from %lu to %lu, %u elems\n", oldsize, size, nbElem); in xmlDictGrow()
|
D | hash.c | 242 unsigned long nbElem = 0; in xmlHashGrow() local 301 nbElem++; in xmlHashGrow() 312 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem); in xmlHashGrow()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | dict.c | 677 unsigned long nbElem = 0; in xmlDictGrow() local 748 nbElem++; in xmlDictGrow() 779 nbElem++; in xmlDictGrow() 790 "xmlDictGrow : from %lu to %lu, %u elems\n", oldsize, size, nbElem); in xmlDictGrow()
|
D | hash.c | 246 unsigned long nbElem = 0; in xmlHashGrow() local 305 nbElem++; in xmlHashGrow() 316 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem); in xmlHashGrow()
|