Searched refs:mp_params (Results 1 – 3 of 3) sorted by relevance
116 struct mp_cache_entry_params const *mp_params) in create_configuration_entry() argument126 assert(mp_params != NULL); in create_configuration_entry()166 memcpy(&retval->mp_cache_params, mp_params, in create_configuration_entry()199 struct mp_cache_entry_params mp_params; in create_def_configuration_entry() local229 memset(&mp_params, 0, in create_def_configuration_entry()231 mp_params.cep.entry_type = CET_MULTIPART; in create_def_configuration_entry()232 mp_params.max_elemsize = DEFAULT_MULTIPART_ELEMENTS_SIZE; in create_def_configuration_entry()233 mp_params.max_sessions = DEFAULT_MULITPART_SESSIONS_SIZE; in create_def_configuration_entry()234 mp_params.max_lifetime.tv_sec = DEFAULT_MULITPART_LIFETIME; in create_def_configuration_entry()238 &mp_params); in create_def_configuration_entry()
465 if ((mp_entry->mp_params.max_lifetime.tv_sec != 0) in flush_cache_entry()466 || (mp_entry->mp_params.max_lifetime.tv_usec != 0)) { in flush_cache_entry()470 mp_entry->mp_params.max_lifetime.tv_sec) in flush_cache_entry()617 memcpy(&new_mp_entry->mp_params, params, in register_cache_entry()620 (struct cache_entry_params *)&new_mp_entry->mp_params; in register_cache_entry()622 new_mp_entry->mp_params.cep.entry_name = calloc(1, in register_cache_entry()935 if ((mp_entry->mp_params.max_sessions > 0) && in open_cache_mp_write_session()970 if ((ws->parent_entry->mp_params.max_elemsize > 0) && in cache_mp_write()1068 if ((mp_entry->mp_params.max_lifetime.tv_sec != 0) in open_cache_mp_read_session()1069 || (mp_entry->mp_params.max_lifetime.tv_usec != 0)) { in open_cache_mp_read_session()[all …]
184 struct mp_cache_entry_params mp_params; member