/dports/net/tcpkali/tcpkali-1.1.1/src/ |
H A D | tcpkali_websocket.c | 66 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 D | tcpkali_expr.h | 60 } ws_frame; member
|
/dports/www/yaws/yaws-2.0.6/include/ |
H A D | yaws_api.hrl | 136 -record(ws_frame, { record
|
/dports/net/nng/nng-1.5.2/src/supplemental/websocket/ |
H A D | websocket.c | 39 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 D | nxt_h1proto_websocket.c | 74 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 D | nxt_http_request.c | 599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
|
H A D | nxt_http.h | 139 nxt_buf_t *ws_frame; member
|
/dports/www/unit/unit-1.26.1/src/ |
H A D | nxt_h1proto_websocket.c | 74 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 D | nxt_http_request.c | 599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
|
H A D | nxt_http.h | 139 nxt_buf_t *ws_frame; member
|
/dports/www/unit-php/unit-1.26.1/src/ |
H A D | nxt_h1proto_websocket.c | 74 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 D | nxt_http_request.c | 599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
|
H A D | nxt_http.h | 139 nxt_buf_t *ws_frame; member
|
/dports/www/unit-python/unit-1.26.1/src/ |
H A D | nxt_h1proto_websocket.c | 74 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 D | nxt_http_request.c | 599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
|
H A D | nxt_http.h | 139 nxt_buf_t *ws_frame; member
|
/dports/www/unit-java/unit-1.26.1/src/ |
H A D | nxt_h1proto_websocket.c | 74 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 D | nxt_http_request.c | 599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
|
H A D | nxt_http.h | 139 nxt_buf_t *ws_frame; member
|
/dports/www/unit-perl/unit-1.26.1/src/ |
H A D | nxt_h1proto_websocket.c | 74 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 D | nxt_http_request.c | 599 nxt_buf_t *ws_frame) in nxt_http_request_ws_frame_start()
|
H A D | nxt_http.h | 139 nxt_buf_t *ws_frame; member
|
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/gun/src/ |
H A D | gun.erl | 96 -type ws_frame() :: close | ping | pong type
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/ |
H A D | include.h | 109 } ws_frame, *WsFrame; typedef
|