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()
621 table->nbElems++; in xmlHashAddEntry3()
746 table->nbElems++; in xmlHashUpdateEntry3()
890 nb = table->nbElems; in xmlHashScanFull()
894 if (nb != table->nbElems) { in xmlHashScanFull()
[all …]
Ddict.c120 unsigned int nbElems; member
585 dict->nbElems = 0; in xmlDictCreate()
822 for(i = 0; ((i < dict->size) && (dict->nbElems > 0)); i++) { in xmlDictFree()
831 dict->nbElems--; in xmlDictFree()
975 dict->nbElems++; in xmlDictLookup()
1190 dict->nbElems++; in xmlDictQLookup()
1241 return(dict->nbElems + dict->subdict->nbElems); in xmlDictSize()
1242 return(dict->nbElems); in xmlDictSize()
Dxmlregexp.c6349 int nbElems; member
6380 ret->nbElems = 0; in xmlExpNewCtxt()
6790 ctxt->nbElems++; in xmlExpHashGetEntry()
/external/libxml2/optim/
Dhash_dict.patch32 int nbElems;
52 table->nbElems = 0;