Home
last modified time | relevance | path

Searched refs:nxt_h1p_websocket_timer_t (Results 1 – 3 of 3) sorted by relevance

/unit/src/
H A Dnxt_h1proto.h16 typedef struct nxt_h1p_websocket_timer_s nxt_h1p_websocket_timer_t; typedef
41 nxt_h1p_websocket_timer_t *websocket_timer;
H A Dnxt_h1proto_websocket.c94 sizeof(nxt_h1p_websocket_timer_t)); in nxt_h1p_websocket_first_frame_start()
168 nxt_h1p_websocket_timer_t *ws_timer; in nxt_h1p_conn_ws_keepalive()
173 ws_timer = nxt_timer_data(timer, nxt_h1p_websocket_timer_t, timer); in nxt_h1p_conn_ws_keepalive()
H A Dnxt_h1proto.c2046 nxt_h1p_websocket_timer_t *ws_timer; 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()