Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/nscd/
HDconfig.h39 #define INITIAL_ENTRIES_CAPACITY 8 macro
HDcachelib.c38 #define INITIAL_ENTRIES_CAPACITY 32 macro
488 retval->entries = calloc(INITIAL_ENTRIES_CAPACITY, in init_cache()
492 retval->entries_capacity = INITIAL_ENTRIES_CAPACITY; in init_cache()
HDconfig.c521 retval->entries_capacity = INITIAL_ENTRIES_CAPACITY; in init_configuration()