Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_unit.c1650 ws_impl->ws.req = req; in nxt_unit_process_websocket()
1652 ws_impl->buf = NULL; in nxt_unit_process_websocket()
1661 ws_impl->buf->prev = &ws_impl->buf; in nxt_unit_process_websocket()
1664 b = ws_impl->buf; in nxt_unit_process_websocket()
1687 ws_impl->ws.header); in nxt_unit_process_websocket()
1701 ws_impl->ws.content_length = ws_impl->ws.payload_len; in nxt_unit_process_websocket()
1887 return ws_impl; in nxt_unit_websocket_frame_get()
1906 nxt_queue_insert_tail(&ws_impl->ctx_impl->free_ws, &ws_impl->link); in nxt_unit_websocket_frame_release()
3450 if (ws_impl->buf->free_ptr != NULL || ws_impl->buf->hdr != NULL) { in nxt_unit_websocket_retain()
3454 size = ws_impl->buf->buf.end - ws_impl->buf->buf.start; in nxt_unit_websocket_retain()
[all …]