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

/external/libxml2/
H A Ddict.c532 unsigned long nbElem = 0; local
603 nbElem++;
634 nbElem++;
645 "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 1019 milliseconds