Home
last modified time | relevance | path

Searched refs:wrote_all (Results 1 – 25 of 94) sorted by relevance

1234

/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh1_encoder.c169 bool wrote_all = true; in s_write_headers() local
179 wrote_all &= s_write_crlf(dst); in s_write_headers()
181 AWS_ASSERT(wrote_all); in s_write_headers()
258 bool wrote_all = true; in aws_h1_encoder_message_init_from_request() local
270 (void)wrote_all; in aws_h1_encoder_message_init_from_request()
271 AWS_ASSERT(wrote_all); in aws_h1_encoder_message_init_from_request()
346 bool wrote_all = true; in aws_h1_encoder_message_init_from_response() local
358 (void)wrote_all; in aws_h1_encoder_message_init_from_response()
359 AWS_ASSERT(wrote_all); in aws_h1_encoder_message_init_from_response()
413 bool wrote_all = true; in s_write_chunk_extension() local
[all …]
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dnetwork-connection.cpp271 bool wrote_all = out->write_all ((const void*) buf, sizeof (buf), bytessent); in sendFileMessage() local
272 if (wrote_all) in sendFileMessage()
277 wrote_all = out->write_all (buffer, bytesread, bytessent); in sendFileMessage()
295 bool wrote_all = false; in sendMessage() local
298 wrote_all = in sendMessage()
310 return wrote_all; in sendMessage()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/lib/
H A Dstreambuf.c84 …(quicly_stream_t *stream, quicly_sendbuf_t *sb, size_t off, void *dst, size_t *len, int *wrote_all) in quicly_sendbuf_emit() argument
114 *wrote_all = 0; in quicly_sendbuf_emit()
117 *wrote_all = 1; in quicly_sendbuf_emit()
239 …_streambuf_egress_emit(quicly_stream_t *stream, size_t off, void *dst, size_t *len, int *wrote_all) in quicly_streambuf_egress_emit() argument
242 quicly_sendbuf_emit(stream, &sbuf->egress, off, dst, len, wrote_all); in quicly_streambuf_egress_emit()
/dports/sysutils/py-diffoscope/diffoscope-204/diffoscope/presenters/html/
H A Dhtml.py555 wrote_all = True
562 wrote_all = False
567 wrote_all = False
572 yield wrote_all
590 wrote_all = next(it)
591 if wrote_all is None:
601 wrote_all = send_and_exhaust(it, new_limit, wrote_all)
623 truncated = not wrote_all
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/t/
H A Dtest.c108 …int wrote_all = 1; … in test_adjust_stream_frame_layout()
110 …adjust_stream_frame_layout(&dst, dst_end, &len, &wrote_all, &frame_at); … in test_adjust_stream_frame_layout()
120 ok(wrote_all); in test_adjust_stream_frame_layout()
127 ok(wrote_all); in test_adjust_stream_frame_layout()
134 ok(!wrote_all); in test_adjust_stream_frame_layout()
143 ok(wrote_all); in test_adjust_stream_frame_layout()
150 ok(wrote_all); in test_adjust_stream_frame_layout()
157 ok(wrote_all); in test_adjust_stream_frame_layout()
/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Dquicly_mock.c158 int wrote_all = 0, is_fin; in quicly_send_stream() local
164 wrote_all = 1; in quicly_send_stream()
179 stream->callbacks->on_send_emit(stream, emit_off, buff, &len, &wrote_all); in quicly_send_stream()
200 if (wrote_all) { in quicly_send_stream()
355 …ream_noop_on_send_emit(quicly_stream_t *stream, size_t off, void *dst, size_t *len, int *wrote_all) in quicly_stream_noop_on_send_emit() argument
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/tokio-core/src/net/udp/
H A Dframe.rs105 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
107 if wrote_all { in poll_complete()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/tokio-uds/src/
H A Dframe.rs110 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
112 if wrote_all { in poll_complete()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-core-0.1.17/src/net/udp/
H A Dframe.rs111 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
115 if wrote_all { in poll_complete()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-core-0.1.17/src/net/udp/
H A Dframe.rs111 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
115 if wrote_all { in poll_complete()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-udp-0.1.1/src/
H A Dframe.rs93 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
97 if wrote_all { in poll_complete()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-udp-0.1.3/src/
H A Dframe.rs93 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
97 if wrote_all { in poll_complete()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-udp/src/
H A Dframe.rs93 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
97 if wrote_all { in poll_complete()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-udp/src/
H A Dframe.rs93 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
97 if wrote_all { in poll_complete()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-udp/src/
H A Dframe.rs93 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
97 if wrote_all { in poll_complete()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-core-0.1.17/src/net/udp/
H A Dframe.rs111 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
115 if wrote_all { in poll_complete()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/include/quicly/
H A Dstreambuf.h90 …quicly_stream_t *stream, quicly_sendbuf_t *sb, size_t off, void *dst, size_t *len, int *wrote_all);
127 …streambuf_egress_emit(quicly_stream_t *stream, size_t off, void *dst, size_t *len, int *wrote_all);
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dmalloc_extension.cc65 bool wrote_all = false; in DumpAddressMap() local
68 &wrote_all); in DumpAddressMap()
69 if (wrote_all) { // we fit! in DumpAddressMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc66 bool wrote_all = false; in DumpAddressMap() local
69 &wrote_all); in DumpAddressMap()
70 if (wrote_all) { // we fit! in DumpAddressMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc65 bool wrote_all = false; in DumpAddressMap() local
68 &wrote_all); in DumpAddressMap()
69 if (wrote_all) { // we fit! in DumpAddressMap()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dmalloc_extension.cc65 bool wrote_all = false; in DumpAddressMap() local
68 &wrote_all); in DumpAddressMap()
69 if (wrote_all) { // we fit! in DumpAddressMap()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-uds-0.2.7/src/
H A Dframe.rs107 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
111 if wrote_all { in poll_complete()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-uds-0.2.7/src/
H A Dframe.rs107 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
111 if wrote_all { in poll_complete()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-uds-0.2.7/src/
H A Dframe.rs107 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
111 if wrote_all { in poll_complete()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-uds-0.2.5/src/
H A Dframe.rs102 let wrote_all = n == self.wr.len(); in poll_complete() localVariable
106 if wrote_all { in poll_complete()

1234