Home
last modified time | relevance | path

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

/trueos/usr.sbin/nscd/
HDcachelib.c612 case CET_MULTIPART: in register_cache_entry()
932 assert(entry->params->entry_type == CET_MULTIPART); in open_cache_mp_write_session()
968 assert(ws->parent_entry->params->entry_type == CET_MULTIPART); in cache_mp_write()
1002 assert(ws->parent_entry->params->entry_type == CET_MULTIPART); in abandon_cache_mp_write_session()
1021 assert(ws->parent_entry->params->entry_type == CET_MULTIPART); in close_cache_mp_write_session()
1060 assert(entry->params->entry_type == CET_MULTIPART); in open_cache_mp_read_session()
HDcachelib.h37 CET_MULTIPART /* cache item is formed part by part */ enumerator
HDconfig.c231 mp_params.cep.entry_type = CET_MULTIPART; in create_def_configuration_entry()