Lines Matching refs:config_entry

73 		configuration_lock_entry(qstate->config_entry, CELT_MULTIPART);  in on_mp_write_session_destroy()
76 configuration_unlock_entry(qstate->config_entry, in on_mp_write_session_destroy()
174 qstate->config_entry = configuration_find_entry( in on_mp_write_session_request_process()
176 if (qstate->config_entry == NULL) { in on_mp_write_session_request_process()
185 if (qstate->config_entry->enabled == 0) { in on_mp_write_session_request_process()
194 if (qstate->config_entry->perform_actual_lookups != 0) { in on_mp_write_session_request_process()
216 qstate->config_entry->mp_cache_params.cep.entry_name); in on_mp_write_session_request_process()
231 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_request_process()
239 if ((qstate->config_entry->mp_query_timeout.tv_sec != 0) || in on_mp_write_session_request_process()
240 (qstate->config_entry->mp_query_timeout.tv_usec != 0)) in on_mp_write_session_request_process()
242 &qstate->config_entry->mp_query_timeout, in on_mp_write_session_request_process()
245 configuration_unlock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_request_process()
424 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_write_request_process()
429 configuration_unlock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_write_request_process()
481 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_abandon_notification()
483 configuration_unlock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_abandon_notification()
500 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_close_notification()
502 configuration_unlock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_close_notification()
519 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in register_new_mp_cache_entry()
522 en_bkp = qstate->config_entry->mp_cache_params.cep.entry_name; in register_new_mp_cache_entry()
523 qstate->config_entry->mp_cache_params.cep.entry_name = in register_new_mp_cache_entry()
526 &qstate->config_entry->mp_cache_params); in register_new_mp_cache_entry()
527 qstate->config_entry->mp_cache_params.cep.entry_name = en_bkp; in register_new_mp_cache_entry()
535 configuration_entry_add_mp_cache_entry(qstate->config_entry, in register_new_mp_cache_entry()
538 configuration_unlock_entry(qstate->config_entry, in register_new_mp_cache_entry()