Searched refs:nbElems (Results 1 – 5 of 5) sorted by relevance
72 unsigned int nbElems; member282 dict->nbElems = 0; in xmlDictCreate()414 return(dict->nbElems + dict->subdict->nbElems); in xmlDictSize()415 return(dict->nbElems); in xmlDictSize()744 if (dict->nbElems + 1 > dict->size / MAX_FILL_DENOM * MAX_FILL_NUM) { in xmlDictLookupInternal()815 dict->nbElems++; in xmlDictLookupInternal()
51 unsigned nbElems; member171 hash->nbElems = 0; in xmlHashCreate()456 if (hash->nbElems + 1 > hash->size / MAX_FILL_DENOM * MAX_FILL_NUM) { in xmlHashUpdateInternal()583 hash->nbElems++; in xmlHashUpdateInternal()1206 return(hash->nbElems); in xmlHashSize()1329 hash->nbElems--; in xmlHashRemoveEntry3()
67 unsigned int nbElems; member277 dict->nbElems = 0; in xmlDictCreate()409 return(dict->nbElems + dict->subdict->nbElems); in xmlDictSize()410 return(dict->nbElems); in xmlDictSize()757 if (dict->nbElems + 1 > dict->size / MAX_FILL_DENOM * MAX_FILL_NUM) { in xmlDictLookupInternal()828 dict->nbElems++; in xmlDictLookupInternal()
51 unsigned nbElems; member171 hash->nbElems = 0; in xmlHashCreate()456 if (hash->nbElems + 1 > hash->size / MAX_FILL_DENOM * MAX_FILL_NUM) { in xmlHashUpdateInternal()583 hash->nbElems++; in xmlHashUpdateInternal()1218 return(hash->nbElems); in xmlHashSize()1341 hash->nbElems--; in xmlHashRemoveEntry3()
6288 int nbElems; member6319 ret->nbElems = 0; in xmlExpNewCtxt()6727 ctxt->nbElems++; in xmlExpHashGetEntry()