Home
last modified time | relevance | path

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

/trueos/usr.sbin/nscd/
HDconfig.c65 struct common_cache_entry_params const *,
66 struct common_cache_entry_params const *,
114 struct common_cache_entry_params const *positive_params, in create_configuration_entry()
115 struct common_cache_entry_params const *negative_params, in create_configuration_entry()
163 sizeof(struct common_cache_entry_params)); in create_configuration_entry()
165 sizeof(struct common_cache_entry_params)); in create_configuration_entry()
198 struct common_cache_entry_params positive_params, negative_params; in create_def_configuration_entry()
206 sizeof(struct common_cache_entry_params)); in create_def_configuration_entry()
216 sizeof(struct common_cache_entry_params)); in create_def_configuration_entry()
HDconfig.h66 struct common_cache_entry_params positive_cache_params;
67 struct common_cache_entry_params negative_cache_params;
HDcachelib.h86 struct common_cache_entry_params { struct
136 struct common_cache_entry_params common_params;
HDcachelib.c564 sizeof(struct common_cache_entry_params)); in register_cache_entry()