/external/libwebsockets/lib/roles/http/compression/ |
D | private-lib-roles-http-compression.h | 58 unsigned int chunking:1; member
|
D | stream.c | 93 wsi->http.comp_ctx.chunking = 0; in lws_http_compression_apply()
|
/external/openscreen/cast/common/channel/proto/ |
D | cast_channel.proto | 20 CASTV2_1_1 = 1; // message chunking support (deprecated). 21 CASTV2_1_2 = 2; // reworked message chunking.
|
/external/libwebsockets/READMEs/ |
D | README.unix-domain-reverse-proxy.md | 44 http/1.1. That implies `transfer-encoding: chunking` in the case that the 47 Lws takes care of stripping any chunking (which is illegal in h2) and
|
/external/libwebm/ |
D | mkvmuxer_sample.cc | 207 bool chunking = false; in main() local 272 chunking = true; in main() 388 if (chunking) in main()
|
/external/perfetto/protos/perfetto/cloud_trace_processor/ |
D | worker.proto | 57 // Note that each trace can return >1 result due to chunking of protos at the
|
D | orchestrator.proto | 56 // Note that each trace can return >1 result due to chunking of protos at the
|
/external/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1679 bool SetChunking(bool chunking, const char* filename); 1681 bool chunking() const { return chunking_; } in chunking() function
|
D | mkvmuxer.cc | 3619 bool Segment::SetChunking(bool chunking, const char* filename) { in SetChunking() argument 3623 if (chunking) { in SetChunking() 3693 chunking_ = chunking; in SetChunking()
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1679 bool SetChunking(bool chunking, const char* filename); 1681 bool chunking() const { return chunking_; } in chunking() function
|
D | mkvmuxer.cc | 3619 bool Segment::SetChunking(bool chunking, const char* filename) { in SetChunking() argument 3623 if (chunking) { in SetChunking() 3693 chunking_ = chunking; in SetChunking()
|
/external/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1679 bool SetChunking(bool chunking, const char* filename); 1681 bool chunking() const { return chunking_; } in chunking() function
|
D | mkvmuxer.cc | 3619 bool Segment::SetChunking(bool chunking, const char* filename) { in SetChunking() argument 3623 if (chunking) { in SetChunking() 3693 chunking_ = chunking; in SetChunking()
|
/external/libwebsockets/lib/roles/http/ |
D | header.c | 226 wsi->http.comp_ctx.chunking = 1; in lws_add_http_common_headers()
|
/external/python/cpython3/Doc/library/ |
D | asynchat.rst | 119 schemes to implement encryption and chunking, for example.
|
/external/cronet/third_party/libevent/ |
D | whatsnew-14.txt | 112 HTTP/1.1 chunking now correctly ends chunks with '\r\n'.
|
/external/python/cpython2/Doc/library/ |
D | asynchat.rst | 110 schemes to implement encryption and chunking, for example.
|
/external/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 810 if (wsi->http.comp_ctx.chunking) { in rops_write_role_protocol_h1()
|
/external/perfetto/protos/perfetto/ipc/ |
D | consumer_port.proto | 253 // return >1 replies for each query, chunking the TracingServiceState. The
|
/external/bc/manuals/ |
D | algorithms.md | 42 chunking method, it only uses subtraction to find a quotient digit. It avoids
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
D | configuration.proto | 407 // QoS class to determine chunking size for PRO onward.
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 2943 wsi->http.comp_ctx.chunking = 1; in lws_serve_http_file()
|
/external/mbedtls/tests/suites/ |
D | test_suite_psa_crypto.function | 327 * decrypted. If -1, no chunking. 331 * -1, no chunking 623 * -1, no chunking
|
/external/rust/crates/tokio/ |
D | CHANGELOG.md | 49 - fs: speed up `read_dir()` by chunking operations ([#5309])
|
/external/libevent/ |
D | ChangeLog-2.0 | 1239 …a to request callbacks when chunked callback is set even if there is no chunking on the http level…
|