Home
last modified time | relevance | path

Searched refs:nbElems (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dhash.c70 int nbElems; member
184 table->nbElems = 0; in xmlHashCreate()
325 int nbElems; in xmlHashFree() local
330 nbElems = table->nbElems; in xmlHashFree()
331 for(i = 0; (i < table->size) && (nbElems > 0); i++) { in xmlHashFree()
351 nbElems--; in xmlHashFree()
609 table->nbElems++; in xmlHashAddEntry3()
734 table->nbElems++; in xmlHashUpdateEntry3()
878 nb = table->nbElems; in xmlHashScanFull()
882 if (nb != table->nbElems) { in xmlHashScanFull()
[all …]
Ddict.c120 unsigned int nbElems; member
553 dict->nbElems = 0; in xmlDictCreate()
790 for(i = 0; ((i < dict->size) && (dict->nbElems > 0)); i++) { in xmlDictFree()
799 dict->nbElems--; in xmlDictFree()
943 dict->nbElems++; in xmlDictLookup()
1158 dict->nbElems++; in xmlDictQLookup()
1209 return(dict->nbElems + dict->subdict->nbElems); in xmlDictSize()
1210 return(dict->nbElems); in xmlDictSize()
Dxmlregexp.c6336 int nbElems; member
6367 ret->nbElems = 0; in xmlExpNewCtxt()
6777 ctxt->nbElems++; in xmlExpHashGetEntry()
/external/libxml2/optim/
Dhash_dict.patch32 int nbElems;
52 table->nbElems = 0;