Searched defs:nbElem (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Ddict.c410 unsigned long nbElem = 0; local
446 nbElem++;
471 nbElem++;
482 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
H A Dhash.c203 unsigned long nbElem = 0; local
262 nbElem++;
273 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);

Completed in 52 milliseconds