Searched refs:entries_capacity (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/nscd/
H A Dconfig.h100 size_t entries_capacity; member in struct:configuration
H A Dconfig.c271 if (config->entries_size == config->entries_capacity) {
274 config->entries_capacity *= 2;
275 new_entries = calloc(config->entries_capacity,
521 retval->entries_capacity = INITIAL_ENTRIES_CAPACITY;
522 retval->entries = calloc(retval->entries_capacity,
H A Dcachelib.h213 size_t entries_capacity; member in struct:cache_
H A Dcachelib.c492 retval->entries_capacity = INITIAL_ENTRIES_CAPACITY;
535 if (the_cache->entries_size == the_cache->entries_capacity) {
539 new_capacity = the_cache->entries_capacity +

Completed in 112 milliseconds