Home
last modified time | relevance | path

Searched refs:common_cache_entry_params (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/nscd/
H A Dconfig.c63 struct common_cache_entry_params const *,
64 struct common_cache_entry_params const *,
112 struct common_cache_entry_params const *positive_params, in create_configuration_entry()
113 struct common_cache_entry_params const *negative_params, in create_configuration_entry()
161 sizeof(struct common_cache_entry_params)); in create_configuration_entry()
163 sizeof(struct common_cache_entry_params)); in create_configuration_entry()
196 struct common_cache_entry_params positive_params, negative_params; in create_def_configuration_entry()
204 sizeof(struct common_cache_entry_params)); in create_def_configuration_entry()
214 sizeof(struct common_cache_entry_params)); in create_def_configuration_entry()
H A Dconfig.h64 struct common_cache_entry_params positive_cache_params;
65 struct common_cache_entry_params negative_cache_params;
H A Dcachelib.h84 struct common_cache_entry_params { struct
134 struct common_cache_entry_params common_params;
H A Dcachelib.c562 sizeof(struct common_cache_entry_params)); in register_cache_entry()