Home
last modified time | relevance | path

Searched refs:common_params (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/nscd/
HDcachelib.c240 switch (common_entry->common_params.policy) { in destroy_cache_entry()
348 entry->common_params.max_lifetime.tv_sec) ? 1: 0); in cache_lifetime_common_continue_func()
360 return ((entry->items_size > entry->common_params.satisf_elemsize) ? 1 in cache_elemsize_common_continue_func()
429 if ((common_entry->common_params.max_lifetime.tv_sec != 0) || in flush_cache_entry()
430 (common_entry->common_params.max_lifetime.tv_usec != 0)) { in flush_cache_entry()
442 if ((common_entry->common_params.max_elemsize != 0) && in flush_cache_entry()
444 common_entry->common_params.max_elemsize) { in flush_cache_entry()
559 memcpy(&new_common_entry->common_params, params, in register_cache_entry()
562 (struct cache_entry_params *)&new_common_entry->common_params; in register_cache_entry()
564 new_common_entry->common_params.entry_name = (char *)calloc(1, in register_cache_entry()
[all …]
HDcachelib.h150 struct common_cache_entry_params common_params; member