Home
last modified time | relevance | path

Searched defs:ws_frame (Results 1 – 24 of 24) sorted by relevance

/dports/net/tcpkali/tcpkali-1.1.1/src/
H A Dtcpkali_websocket.c66 struct ws_frame { in websocket_frame_header() struct
68 unsigned int rsvs : 3; in websocket_frame_header()
69 unsigned int fin : 1; in websocket_frame_header()
H A Dtcpkali_expr.h60 } ws_frame; member
/dports/www/yaws/yaws-2.0.6/include/
H A Dyaws_api.hrl136 -record(ws_frame, { record
/dports/net/nng/nng-1.5.2/src/supplemental/websocket/
H A Dwebsocket.c39 typedef struct ws_frame ws_frame; typedef
155 struct ws_frame { struct
156 nni_list_node node;
160 size_t hlen; // header length
162 enum ws_type op;
163 bool final;
164 bool masked;
165 size_t asize; // allocated size
166 uint8_t * adata;
167 uint8_t * buf;
[all …]
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_h1proto_websocket.c74 nxt_buf_t *ws_frame) in nxt_h1p_websocket_first_frame_start()
118 nxt_buf_t *ws_frame) in nxt_h1p_websocket_frame_start()
H A Dnxt_http_request.c599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
H A Dnxt_http.h139 nxt_buf_t *ws_frame; member
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_h1proto_websocket.c74 nxt_buf_t *ws_frame) in nxt_h1p_websocket_first_frame_start()
118 nxt_buf_t *ws_frame) in nxt_h1p_websocket_frame_start()
H A Dnxt_http_request.c599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
H A Dnxt_http.h139 nxt_buf_t *ws_frame; member
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_h1proto_websocket.c74 nxt_buf_t *ws_frame) in nxt_h1p_websocket_first_frame_start()
118 nxt_buf_t *ws_frame) in nxt_h1p_websocket_frame_start()
H A Dnxt_http_request.c599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
H A Dnxt_http.h139 nxt_buf_t *ws_frame; member
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_h1proto_websocket.c74 nxt_buf_t *ws_frame) in nxt_h1p_websocket_first_frame_start()
118 nxt_buf_t *ws_frame) in nxt_h1p_websocket_frame_start()
H A Dnxt_http_request.c599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
H A Dnxt_http.h139 nxt_buf_t *ws_frame; member
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_h1proto_websocket.c74 nxt_buf_t *ws_frame) in nxt_h1p_websocket_first_frame_start()
118 nxt_buf_t *ws_frame) in nxt_h1p_websocket_frame_start()
H A Dnxt_http_request.c599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
H A Dnxt_http.h139 nxt_buf_t *ws_frame; member
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_h1proto_websocket.c74 nxt_buf_t *ws_frame) in nxt_h1p_websocket_first_frame_start()
118 nxt_buf_t *ws_frame) in nxt_h1p_websocket_frame_start()
H A Dnxt_http_request.c599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
H A Dnxt_http.h139 nxt_buf_t *ws_frame; member
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/gun/src/
H A Dgun.erl96 -type ws_frame() :: close | ping | pong type
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dinclude.h109 } ws_frame, *WsFrame; typedef