Home
last modified time | relevance | path

Searched refs:INITIAL_ENTRIES_CAPACITY (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/nscd/
H A Dconfig.h46 #define INITIAL_ENTRIES_CAPACITY 8 macro
H A Dcachelib.c36 #define INITIAL_ENTRIES_CAPACITY 32 macro
487 sizeof(struct cache_entry_ *) * INITIAL_ENTRIES_CAPACITY); in init_cache()
490 retval->entries_capacity = INITIAL_ENTRIES_CAPACITY; in init_cache()
H A Dconfig.c514 retval->entries_capacity = INITIAL_ENTRIES_CAPACITY; in init_configuration()