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

/external/libxml2/
H A Ddict.c565 unsigned long nbElem = 0; local
636 nbElem++;
667 nbElem++;
678 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
H A Dhash.c239 unsigned long nbElem = 0; local
298 nbElem++;
309 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);

Completed in 39 milliseconds