Home
last modified time | relevance | path

Searched refs:outgoing_frame (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/yami4/yami4-gpl-1.11.0/src/core/
H A Dchannel.cpp354 outgoing_frame * first_new_frame = NULL; in post()
355 outgoing_frame * last_new_frame = NULL; in post()
358 outgoing_frame * frame = static_cast<outgoing_frame *>( in post()
359 alloc_->allocate(sizeof(outgoing_frame))); in post()
404 outgoing_frame * * insertion_point = in post()
478 outgoing_frame * poison_pill = static_cast<outgoing_frame *>( in post_close()
479 alloc_->allocate(sizeof(outgoing_frame))); in post_close()
488 outgoing_frame * * insertion_point = in post_close()
582 outgoing_frame * * insertion_point; in find_outgoing_insertion_point()
654 outgoing_frame * next = frame->next; in clean_outgoing_frames()
[all …]
H A Dchannel.h152 outgoing_frame * get_first_outgoing_frame() const;
153 outgoing_frame * get_last_outgoing_frame() const;
172 outgoing_frame * * find_outgoing_insertion_point(std::size_t priority);
175 void clean_outgoing_frames(outgoing_frame * frame);
264 outgoing_frame * first_outgoing_frame_;
265 outgoing_frame * last_outgoing_frame_;
H A Doutgoing_frame.h29 struct outgoing_frame struct
47 outgoing_frame * next; argument
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dwebsocket.c37 struct outgoing_frame { struct
65 struct outgoing_frame *current_outgoing_frame;
169 static void s_destroy_outgoing_frame(struct aws_websocket *websocket, struct outgoing_frame *frame,…
439 static void s_enqueue_prioritized_frame(struct aws_linked_list *list, struct outgoing_frame *to_add… in s_enqueue_prioritized_frame()
444 struct outgoing_frame *frame_i = AWS_CONTAINER_OF(rev_iter, struct outgoing_frame, node); in s_enqueue_prioritized_frame()
475 … struct outgoing_frame *frame = aws_mem_calloc(websocket->alloc, 1, sizeof(struct outgoing_frame)); in s_send_frame()
561 struct outgoing_frame *frame = AWS_CONTAINER_OF(node, struct outgoing_frame, node); in s_move_synced_data_to_thread_task()
630 …ebsocket->thread_data.current_outgoing_frame = AWS_CONTAINER_OF(node, struct outgoing_frame, node); in s_try_write_outgoing_frames()
779 struct outgoing_frame *current_frame = websocket->thread_data.current_outgoing_frame; in s_encoder_stream_outgoing_payload()
898 static void s_destroy_outgoing_frame(struct aws_websocket *websocket, struct outgoing_frame *frame,… in s_destroy_outgoing_frame()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/contrib/modsecurity/
H A Dspoa.c118 struct spoe_frame *outgoing_frame; member
1006 release_frame(c->outgoing_frame); in release_client()
1144 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1145 frame = client->outgoing_frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1154 client->outgoing_frame = frame; in acquire_outgoing_frame()
1177 if (client->outgoing_frame == NULL) in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1183 client->outgoing_frame = frame; in write_frame()
1581 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/contrib/spoa_example/
H A Dspoa.c122 struct spoe_frame *outgoing_frame; member
1055 release_frame(c->outgoing_frame); in release_client()
1193 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1194 frame = client->outgoing_frame; in acquire_outgoing_frame()
1198 client->outgoing_frame = frame; in acquire_outgoing_frame()
1203 client->outgoing_frame = frame; in acquire_outgoing_frame()
1226 if (client->outgoing_frame == NULL) in write_frame()
1227 client->outgoing_frame = frame; in write_frame()
1232 client->outgoing_frame = frame; in write_frame()
1573 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/contrib/mod_defender/
H A Dspoa.c113 struct spoe_frame *outgoing_frame; member
1001 release_frame(c->outgoing_frame); in release_client()
1139 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1140 frame = client->outgoing_frame; in acquire_outgoing_frame()
1144 client->outgoing_frame = frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1172 if (client->outgoing_frame == NULL) in write_frame()
1173 client->outgoing_frame = frame; in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1552 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/contrib/mod_defender/
H A Dspoa.c113 struct spoe_frame *outgoing_frame; member
1001 release_frame(c->outgoing_frame); in release_client()
1139 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1140 frame = client->outgoing_frame; in acquire_outgoing_frame()
1144 client->outgoing_frame = frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1172 if (client->outgoing_frame == NULL) in write_frame()
1173 client->outgoing_frame = frame; in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1552 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy20/haproxy-2.0.26/contrib/mod_defender/
H A Dspoa.c113 struct spoe_frame *outgoing_frame; member
1001 release_frame(c->outgoing_frame); in release_client()
1139 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1140 frame = client->outgoing_frame; in acquire_outgoing_frame()
1144 client->outgoing_frame = frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1172 if (client->outgoing_frame == NULL) in write_frame()
1173 client->outgoing_frame = frame; in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1552 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy20/haproxy-2.0.26/contrib/spoa_example/
H A Dspoa.c122 struct spoe_frame *outgoing_frame; member
1055 release_frame(c->outgoing_frame); in release_client()
1193 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1194 frame = client->outgoing_frame; in acquire_outgoing_frame()
1198 client->outgoing_frame = frame; in acquire_outgoing_frame()
1203 client->outgoing_frame = frame; in acquire_outgoing_frame()
1226 if (client->outgoing_frame == NULL) in write_frame()
1227 client->outgoing_frame = frame; in write_frame()
1232 client->outgoing_frame = frame; in write_frame()
1573 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/contrib/mod_defender/
H A Dspoa.c113 struct spoe_frame *outgoing_frame; member
1001 release_frame(c->outgoing_frame); in release_client()
1139 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1140 frame = client->outgoing_frame; in acquire_outgoing_frame()
1144 client->outgoing_frame = frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1172 if (client->outgoing_frame == NULL) in write_frame()
1173 client->outgoing_frame = frame; in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1552 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/contrib/modsecurity/
H A Dspoa.c118 struct spoe_frame *outgoing_frame; member
1006 release_frame(c->outgoing_frame); in release_client()
1144 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1145 frame = client->outgoing_frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1154 client->outgoing_frame = frame; in acquire_outgoing_frame()
1177 if (client->outgoing_frame == NULL) in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1183 client->outgoing_frame = frame; in write_frame()
1581 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/contrib/modsecurity/
H A Dspoa.c117 struct spoe_frame *outgoing_frame; member
1005 release_frame(c->outgoing_frame); in release_client()
1143 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1144 frame = client->outgoing_frame; in acquire_outgoing_frame()
1148 client->outgoing_frame = frame; in acquire_outgoing_frame()
1153 client->outgoing_frame = frame; in acquire_outgoing_frame()
1176 if (client->outgoing_frame == NULL) in write_frame()
1177 client->outgoing_frame = frame; in write_frame()
1182 client->outgoing_frame = frame; in write_frame()
1580 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/contrib/mod_defender/
H A Dspoa.c112 struct spoe_frame *outgoing_frame; member
1000 release_frame(c->outgoing_frame); in release_client()
1138 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1139 frame = client->outgoing_frame; in acquire_outgoing_frame()
1143 client->outgoing_frame = frame; in acquire_outgoing_frame()
1148 client->outgoing_frame = frame; in acquire_outgoing_frame()
1171 if (client->outgoing_frame == NULL) in write_frame()
1172 client->outgoing_frame = frame; in write_frame()
1177 client->outgoing_frame = frame; in write_frame()
1551 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/contrib/spoa_example/
H A Dspoa.c123 struct spoe_frame *outgoing_frame; member
1056 release_frame(c->outgoing_frame); in release_client()
1194 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1195 frame = client->outgoing_frame; in acquire_outgoing_frame()
1199 client->outgoing_frame = frame; in acquire_outgoing_frame()
1204 client->outgoing_frame = frame; in acquire_outgoing_frame()
1227 if (client->outgoing_frame == NULL) in write_frame()
1228 client->outgoing_frame = frame; in write_frame()
1233 client->outgoing_frame = frame; in write_frame()
1574 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/contrib/mod_defender/
H A Dspoa.c112 struct spoe_frame *outgoing_frame; member
1000 release_frame(c->outgoing_frame); in release_client()
1138 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1139 frame = client->outgoing_frame; in acquire_outgoing_frame()
1143 client->outgoing_frame = frame; in acquire_outgoing_frame()
1148 client->outgoing_frame = frame; in acquire_outgoing_frame()
1171 if (client->outgoing_frame == NULL) in write_frame()
1172 client->outgoing_frame = frame; in write_frame()
1177 client->outgoing_frame = frame; in write_frame()
1551 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/contrib/modsecurity/
H A Dspoa.c117 struct spoe_frame *outgoing_frame; member
1005 release_frame(c->outgoing_frame); in release_client()
1143 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1144 frame = client->outgoing_frame; in acquire_outgoing_frame()
1148 client->outgoing_frame = frame; in acquire_outgoing_frame()
1153 client->outgoing_frame = frame; in acquire_outgoing_frame()
1176 if (client->outgoing_frame == NULL) in write_frame()
1177 client->outgoing_frame = frame; in write_frame()
1182 client->outgoing_frame = frame; in write_frame()
1580 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/contrib/spoa_example/
H A Dspoa.c123 struct spoe_frame *outgoing_frame; member
1056 release_frame(c->outgoing_frame); in release_client()
1194 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1195 frame = client->outgoing_frame; in acquire_outgoing_frame()
1199 client->outgoing_frame = frame; in acquire_outgoing_frame()
1204 client->outgoing_frame = frame; in acquire_outgoing_frame()
1227 if (client->outgoing_frame == NULL) in write_frame()
1228 client->outgoing_frame = frame; in write_frame()
1233 client->outgoing_frame = frame; in write_frame()
1574 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/contrib/spoa_example/
H A Dspoa.c122 struct spoe_frame *outgoing_frame; member
1055 release_frame(c->outgoing_frame); in release_client()
1193 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1194 frame = client->outgoing_frame; in acquire_outgoing_frame()
1198 client->outgoing_frame = frame; in acquire_outgoing_frame()
1203 client->outgoing_frame = frame; in acquire_outgoing_frame()
1226 if (client->outgoing_frame == NULL) in write_frame()
1227 client->outgoing_frame = frame; in write_frame()
1232 client->outgoing_frame = frame; in write_frame()
1573 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy20/haproxy-2.0.26/contrib/modsecurity/
H A Dspoa.c118 struct spoe_frame *outgoing_frame; member
1006 release_frame(c->outgoing_frame); in release_client()
1144 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1145 frame = client->outgoing_frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1154 client->outgoing_frame = frame; in acquire_outgoing_frame()
1177 if (client->outgoing_frame == NULL) in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1183 client->outgoing_frame = frame; in write_frame()
1581 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/contrib/modsecurity/
H A Dspoa.c118 struct spoe_frame *outgoing_frame; member
1006 release_frame(c->outgoing_frame); in release_client()
1144 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1145 frame = client->outgoing_frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1154 client->outgoing_frame = frame; in acquire_outgoing_frame()
1177 if (client->outgoing_frame == NULL) in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1183 client->outgoing_frame = frame; in write_frame()
1581 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/contrib/spoa_example/
H A Dspoa.c122 struct spoe_frame *outgoing_frame; member
1054 release_frame(c->outgoing_frame); in release_client()
1192 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1193 frame = client->outgoing_frame; in acquire_outgoing_frame()
1197 client->outgoing_frame = frame; in acquire_outgoing_frame()
1202 client->outgoing_frame = frame; in acquire_outgoing_frame()
1225 if (client->outgoing_frame == NULL) in write_frame()
1226 client->outgoing_frame = frame; in write_frame()
1231 client->outgoing_frame = frame; in write_frame()
1572 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/nuster/nuster-5.0.4.21/contrib/modsecurity/
H A Dspoa.c118 struct spoe_frame *outgoing_frame; member
1006 release_frame(c->outgoing_frame); in release_client()
1144 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1145 frame = client->outgoing_frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1154 client->outgoing_frame = frame; in acquire_outgoing_frame()
1177 if (client->outgoing_frame == NULL) in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1183 client->outgoing_frame = frame; in write_frame()
1581 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/nuster/nuster-5.0.4.21/contrib/spoa_example/
H A Dspoa.c122 struct spoe_frame *outgoing_frame; member
1055 release_frame(c->outgoing_frame); in release_client()
1193 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1194 frame = client->outgoing_frame; in acquire_outgoing_frame()
1198 client->outgoing_frame = frame; in acquire_outgoing_frame()
1203 client->outgoing_frame = frame; in acquire_outgoing_frame()
1226 if (client->outgoing_frame == NULL) in write_frame()
1227 client->outgoing_frame = frame; in write_frame()
1232 client->outgoing_frame = frame; in write_frame()
1573 client->outgoing_frame = NULL; in write_frame_cb()
[all …]
/dports/net/nuster/nuster-5.0.4.21/contrib/mod_defender/
H A Dspoa.c113 struct spoe_frame *outgoing_frame; member
1001 release_frame(c->outgoing_frame); in release_client()
1139 if (client->outgoing_frame != NULL) in acquire_outgoing_frame()
1140 frame = client->outgoing_frame; in acquire_outgoing_frame()
1144 client->outgoing_frame = frame; in acquire_outgoing_frame()
1149 client->outgoing_frame = frame; in acquire_outgoing_frame()
1172 if (client->outgoing_frame == NULL) in write_frame()
1173 client->outgoing_frame = frame; in write_frame()
1178 client->outgoing_frame = frame; in write_frame()
1552 client->outgoing_frame = NULL; in write_frame_cb()
[all …]

12