Lines Matching refs:maxcount
60 #define maxcount dict_maxcount
247 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
257 new->maxcount = maxcount;
323 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
330 dict->maxcount = maxcount;
350 dict->maxcount = template->maxcount;
939 return dict->nodecount == dict->maxcount;
1042 dict_assert(dict->nodecount < dict->maxcount);