Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Ddict.c72 unsigned int nbElems; member
282 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()
H A Dhash.c51 unsigned nbElems; member
171 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()
/aosp_15_r20/external/libxml2/
H A Ddict.c67 unsigned int nbElems; member
277 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()
H A Dhash.c51 unsigned nbElems; member
171 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()
H A Dxmlregexp.c6288 int nbElems; member
6319 ret->nbElems = 0; in xmlExpNewCtxt()
6727 ctxt->nbElems++; in xmlExpHashGetEntry()