Lines Matching refs:config_entry

74 		configuration_lock_entry(qstate->config_entry, CELT_MULTIPART);  in on_mp_write_session_destroy()
77 configuration_unlock_entry(qstate->config_entry, in on_mp_write_session_destroy()
175 qstate->config_entry = configuration_find_entry( in on_mp_write_session_request_process()
177 if (qstate->config_entry == NULL) { in on_mp_write_session_request_process()
186 if (qstate->config_entry->enabled == 0) { in on_mp_write_session_request_process()
195 if (qstate->config_entry->perform_actual_lookups != 0) { in on_mp_write_session_request_process()
217 qstate->config_entry->mp_cache_params.cep.entry_name); in on_mp_write_session_request_process()
232 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_request_process()
240 if ((qstate->config_entry->mp_query_timeout.tv_sec != 0) || in on_mp_write_session_request_process()
241 (qstate->config_entry->mp_query_timeout.tv_usec != 0)) in on_mp_write_session_request_process()
243 &qstate->config_entry->mp_query_timeout, in on_mp_write_session_request_process()
246 configuration_unlock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_request_process()
425 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_write_request_process()
430 configuration_unlock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_write_request_process()
482 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_abandon_notification()
484 configuration_unlock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_abandon_notification()
501 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_close_notification()
503 configuration_unlock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_close_notification()
520 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in register_new_mp_cache_entry()
523 en_bkp = qstate->config_entry->mp_cache_params.cep.entry_name; in register_new_mp_cache_entry()
524 qstate->config_entry->mp_cache_params.cep.entry_name = in register_new_mp_cache_entry()
527 &qstate->config_entry->mp_cache_params); in register_new_mp_cache_entry()
528 qstate->config_entry->mp_cache_params.cep.entry_name = en_bkp; in register_new_mp_cache_entry()
536 configuration_entry_add_mp_cache_entry(qstate->config_entry, in register_new_mp_cache_entry()
539 configuration_unlock_entry(qstate->config_entry, in register_new_mp_cache_entry()