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

/freebsd-11.0-release/usr.sbin/nscd/
H A Dconfig.c115 struct common_cache_entry_params const *negative_params,
125 assert(negative_params != NULL);
164 memcpy(&retval->negative_cache_params, negative_params,
198 struct common_cache_entry_params positive_params, negative_params; local
215 memcpy(&negative_params, &positive_params,
217 negative_params.max_elemsize = DEFAULT_NEGATIVE_ELEMENTS_SIZE;
218 negative_params.satisf_elemsize = DEFAULT_NEGATIVE_ELEMENTS_SIZE / 2;
219 negative_params.max_lifetime.tv_sec = DEFAULT_NEGATIVE_LIFETIME;
220 negative_params.confidence_threshold = DEFAULT_NEGATIVE_CONF_THRESH;
221 negative_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 65 milliseconds