Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/nscd/
Dcachelib.c229 if (entry->params->entry_type == CET_COMMON) { in destroy_cache_entry()
297 if (entry->params->entry_type == CET_COMMON) { in clear_cache_entry()
431 if (entry->params->entry_type == CET_COMMON) { in flush_cache_entry()
558 case CET_COMMON: in register_cache_entry()
710 assert(entry->params->entry_type == CET_COMMON); in cache_read()
813 assert(entry->params->entry_type == CET_COMMON); in cache_write()
1168 if (entry->params->entry_type != CET_COMMON) { in transform_cache_entry_part()
Dcachelib.h36 CET_COMMON = 0, /* cache item is atomic */ enumerator
Dconfig.c207 positive_params.cep.entry_type = CET_COMMON; in create_def_configuration_entry()