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

/freebsd-11.0-release/usr.sbin/nscd/
H A Dconfig.c114 struct common_cache_entry_params const *positive_params,
124 assert(positive_params != NULL);
162 memcpy(&retval->positive_cache_params, positive_params,
198 struct common_cache_entry_params positive_params, negative_params; local
205 memset(&positive_params, 0,
207 positive_params.cep.entry_type = CET_COMMON;
208 positive_params.cache_entries_size = DEFAULT_CACHE_HT_SIZE;
209 positive_params.max_elemsize = DEFAULT_POSITIVE_ELEMENTS_SIZE;
210 positive_params.satisf_elemsize = DEFAULT_POSITIVE_ELEMENTS_SIZE / 2;
211 positive_params
111 create_configuration_entry(const char *name, struct timeval const *common_timeout, struct timeval const *mp_timeout, struct common_cache_entry_params const *positive_params, struct common_cache_entry_params const *negative_params, struct mp_cache_entry_params const *mp_params) argument
[all...]

Completed in 68 milliseconds