Lines Matching refs:timer

1625     nxt_timer_t         *timer;  in nxt_h1p_conn_request_timeout()  local
1629 timer = obj; in nxt_h1p_conn_request_timeout()
1633 c = nxt_read_timer_conn(timer); in nxt_h1p_conn_request_timeout()
1657 nxt_timer_t *timer; in nxt_h1p_conn_request_send_timeout() local
1660 timer = obj; in nxt_h1p_conn_request_send_timeout()
1664 c = nxt_write_timer_conn(timer); in nxt_h1p_conn_request_send_timeout()
1879 nxt_timer_t *timer; in nxt_h1p_idle_timeout() local
1881 timer = obj; in nxt_h1p_idle_timeout()
1885 c = nxt_read_timer_conn(timer); in nxt_h1p_idle_timeout()
1990 nxt_timer_t *timer; in nxt_h1p_idle_response_timeout() local
1992 timer = obj; in nxt_h1p_idle_response_timeout()
1996 c = nxt_read_timer_conn(timer); in nxt_h1p_idle_response_timeout()
2013 nxt_timer_t *timer; in nxt_h1p_shutdown() local
2024 timer = &h1p->websocket_timer->timer; in nxt_h1p_shutdown()
2026 if (timer->handler != nxt_h1p_conn_ws_shutdown) { in nxt_h1p_shutdown()
2027 timer->handler = nxt_h1p_conn_ws_shutdown; in nxt_h1p_shutdown()
2028 nxt_timer_add(task->thread->engine, timer, 0); in nxt_h1p_shutdown()
2045 nxt_timer_t *timer; in nxt_h1p_conn_ws_shutdown() local
2050 timer = obj; in nxt_h1p_conn_ws_shutdown()
2051 ws_timer = nxt_timer_data(timer, nxt_h1p_websocket_timer_t, timer); in nxt_h1p_conn_ws_shutdown()
2770 nxt_timer_t *timer; in nxt_h1p_peer_send_timeout() local
2774 timer = obj; in nxt_h1p_peer_send_timeout()
2778 c = nxt_write_timer_conn(timer); in nxt_h1p_peer_send_timeout()
2794 nxt_timer_t *timer; in nxt_h1p_peer_read_timeout() local
2798 timer = obj; in nxt_h1p_peer_read_timeout()
2802 c = nxt_read_timer_conn(timer); in nxt_h1p_peer_read_timeout()