Searched refs:DEFAULT_NENTRIES (Results 1 – 3 of 3) sorted by relevance
161 #define DEFAULT_NENTRIES 100 /* value for l_esiz sizes array */ macro
369 if (cfl->l_nentry % DEFAULT_NENTRIES == 0) { in addcfline()380 realloc(cfl->l_esiz, (cfl->l_nentry + DEFAULT_NENTRIES) * in addcfline()
2551 calloc(DEFAULT_NENTRIES, sizeof (int)); in cfg_read_parser_config()2608 if (list_size > DEFAULT_NENTRIES) { in cfg_map_cfglists()2617 slot_inc = DEFAULT_NENTRIES - in cfg_map_cfglists()2618 (list_size % DEFAULT_NENTRIES); in cfg_map_cfglists()2619 if (slot_inc == DEFAULT_NENTRIES) in cfg_map_cfglists()