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

/freebsd-10.0-release/usr.sbin/nscd/
H A Dconfig.h41 #define INITIAL_ENTRIES_CAPACITY 8 macro
H A Dcachelib.c40 #define INITIAL_ENTRIES_CAPACITY 32 macro
491 sizeof(*retval->entries) * INITIAL_ENTRIES_CAPACITY);
494 retval->entries_capacity = INITIAL_ENTRIES_CAPACITY;
H A Dconfig.c524 retval->entries_capacity = INITIAL_ENTRIES_CAPACITY;

Completed in 112 milliseconds