Searched refs:api_txn_active_timeout_value (Results 1 – 4 of 4) sorted by relevance
748 int api_txn_active_timeout_value = -1; member
7548 if (s->api_txn_active_timeout_value != -1) { in handle_server_died()7549 …nDebug("http_timeout", "Maximum active time of %d msec exceeded", s->api_txn_active_timeout_value); in handle_server_died()
334 if (t_state.api_txn_active_timeout_value != -1) { in get_server_active_timeout()335 retval = HRTIME_MSECONDS(t_state.api_txn_active_timeout_value); in get_server_active_timeout()
5639 s->api_txn_active_timeout_value = timeout; in TSHttpTxnActiveTimeoutSet()