Home
last modified time | relevance | path

Searched refs:nxt_h1p_conn_ws_keepalive (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_h1proto_websocket.c19 static void nxt_h1p_conn_ws_keepalive(nxt_task_t *task, void *obj, void *data);
109 timer->handler = nxt_h1p_conn_ws_keepalive; in nxt_h1p_websocket_first_frame_start()
161 nxt_h1p_conn_ws_keepalive(nxt_task_t *task, void *obj, void *data) in nxt_h1p_conn_ws_keepalive() function
368 if (nxt_slow_path(timer->handler != nxt_h1p_conn_ws_keepalive)) { in nxt_h1p_conn_ws_keepalive_disable()
388 if (nxt_slow_path(timer->handler != nxt_h1p_conn_ws_keepalive)) { in nxt_h1p_conn_ws_keepalive_enable()