Home
last modified time | relevance | path

Searched refs:sizeelements (Results 1 – 2 of 2) sorted by relevance

/dports/math/form/form-4.2.1/sources/
H A Ddict.c470 dict->sizeelements = 0; in AddDictionary()
707 if ( dict->numelements >= dict->sizeelements ) { in AddToDictionary()
709 if ( dict->sizeelements <= 0 ) dict->sizeelements = 10; in AddToDictionary()
710 else dict->sizeelements *= 2; in AddToDictionary()
712 sizeof(DICTIONARY_ELEMENT *)*dict->sizeelements,"Dictionary elements"); in AddToDictionary()
924 dict->sizeelements = 0; in RemoveDictionary()
1165 sizeof(DICTIONARY_ELEMENT *)*dict->sizeelements,"dictionary elements"); in DictFromBytes()
H A Dstructs.h1310 int sizeelements; member