Home
last modified time | relevance | path

Searched refs:CET_COMMON (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/nscd/
H A Dcachelib.c227 if (entry->params->entry_type == CET_COMMON) { in destroy_cache_entry()
295 if (entry->params->entry_type == CET_COMMON) { in clear_cache_entry()
429 if (entry->params->entry_type == CET_COMMON) { in flush_cache_entry()
556 case CET_COMMON: in register_cache_entry()
708 assert(entry->params->entry_type == CET_COMMON); in cache_read()
817 assert(entry->params->entry_type == CET_COMMON); in cache_write()
1192 if (entry->params->entry_type != CET_COMMON) { in transform_cache_entry_part()
H A Dcachelib.h34 CET_COMMON = 0, /* cache item is atomic */ enumerator
H A Dconfig.c205 positive_params.cep.entry_type = CET_COMMON; in create_def_configuration_entry()