Home
last modified time | relevance | path

Searched refs:chunking (Results 1 – 25 of 41) sorted by relevance

12

/external/libwebsockets/lib/roles/http/compression/
Dprivate-lib-roles-http-compression.h58 unsigned int chunking:1; member
Dstream.c93 wsi->http.comp_ctx.chunking = 0; in lws_http_compression_apply()
/external/openscreen/cast/common/channel/proto/
Dcast_channel.proto20 CASTV2_1_1 = 1; // message chunking support (deprecated).
21 CASTV2_1_2 = 2; // reworked message chunking.
/external/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md44 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/
Dmkvmuxer_sample.cc207 bool chunking = false; in main() local
272 chunking = true; in main()
388 if (chunking) in main()
/external/perfetto/protos/perfetto/cloud_trace_processor/
Dworker.proto57 // Note that each trace can return >1 result due to chunking of protos at the
Dorchestrator.proto56 // Note that each trace can return >1 result due to chunking of protos at the
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h1679 bool SetChunking(bool chunking, const char* filename);
1681 bool chunking() const { return chunking_; } in chunking() function
Dmkvmuxer.cc3619 bool Segment::SetChunking(bool chunking, const char* filename) { in SetChunking() argument
3623 if (chunking) { in SetChunking()
3693 chunking_ = chunking; in SetChunking()
/external/libwebm/mkvmuxer/
Dmkvmuxer.h1679 bool SetChunking(bool chunking, const char* filename);
1681 bool chunking() const { return chunking_; } in chunking() function
Dmkvmuxer.cc3619 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/
Dmkvmuxer.h1679 bool SetChunking(bool chunking, const char* filename);
1681 bool chunking() const { return chunking_; } in chunking() function
Dmkvmuxer.cc3619 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/
Dheader.c226 wsi->http.comp_ctx.chunking = 1; in lws_add_http_common_headers()
/external/python/cpython3/Doc/library/
Dasynchat.rst119 schemes to implement encryption and chunking, for example.
/external/cronet/third_party/libevent/
Dwhatsnew-14.txt112 HTTP/1.1 chunking now correctly ends chunks with '\r\n'.
/external/python/cpython2/Doc/library/
Dasynchat.rst110 schemes to implement encryption and chunking, for example.
/external/libwebsockets/lib/roles/h1/
Dops-h1.c810 if (wsi->http.comp_ctx.chunking) { in rops_write_role_protocol_h1()
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto253 // return >1 replies for each query, chunking the TracingServiceState. The
/external/bc/manuals/
Dalgorithms.md42 chunking method, it only uses subtraction to find a quotient digit. It avoids
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration.proto407 // QoS class to determine chunking size for PRO onward.
/external/libwebsockets/lib/roles/http/server/
Dserver.c2943 wsi->http.comp_ctx.chunking = 1; in lws_serve_http_file()
/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function327 * decrypted. If -1, no chunking.
331 * -1, no chunking
623 * -1, no chunking
/external/rust/crates/tokio/
DCHANGELOG.md49 - fs: speed up `read_dir()` by chunking operations ([#5309])
/external/libevent/
DChangeLog-2.01239 …a to request callbacks when chunked callback is set even if there is no chunking on the http level…

12