Home
last modified time | relevance | path

Searched refs:nbElem (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Ddict.c666 unsigned long nbElem = 0; in xmlDictGrow() local
737 nbElem++; in xmlDictGrow()
768 nbElem++; in xmlDictGrow()
779 "xmlDictGrow : from %lu to %lu, %u elems\n", oldsize, size, nbElem); in xmlDictGrow()
Dhash.c235 unsigned long nbElem = 0; in xmlHashGrow() local
294 nbElem++; in xmlHashGrow()
305 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem); in xmlHashGrow()