Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dallocate.c62 blob_free(blob, desc->chunking); in drop_all_allocations()
102 unsigned int offset, chunking = desc->chunking; in allocate() local
103 struct allocation_blob *newblob = blob_alloc(chunking); in allocate()
106 if (size > chunking) in allocate()
108 desc->total_bytes += chunking; in allocate()
114 blob->left = chunking - offset; in allocate()
Dallocate.h16 unsigned int chunking; member
50 .chunking = CHUNK }; \
/third_party/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()
/third_party/boost/libs/beast/doc/qbk/01_intro/
D1_quick_look.qbk11 [/block'''<?dbhtml stop-chunking?>''']
D_intro.qbk11 [block'''<?dbhtml stop-chunking?>''']
/third_party/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
/third_party/boost/libs/beast/doc/qbk/04_http/
D06_serializer_buffers.qbk11 [block'''<?dbhtml stop-chunking?>''']
D07_parser_buffers.qbk11 [block'''<?dbhtml stop-chunking?>''']
D09_custom_body.qbk11 [block'''<?dbhtml stop-chunking?>''']
/third_party/libwebsockets/lib/roles/http/
Dheader.c226 wsi->http.comp_ctx.chunking = 1; in lws_add_http_common_headers()
/third_party/boost/libs/beast/doc/qbk/02_examples/
D_examples.qbk11 [block'''<?dbhtml stop-chunking?>''']
/third_party/python/Doc/library/
Dasynchat.rst119 schemes to implement encryption and chunking, for example.
/third_party/boost/tools/quickbook/doc/boost-doc-tools/
Dparameters.qbk77 * [@http://docbook.sourceforge.net/release/xsl/1.79.1/doc/html/chunking.html
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c810 if (wsi->http.comp_ctx.chunking) { in rops_write_role_protocol_h1()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2943 wsi->http.comp_ctx.chunking = 1; in lws_serve_http_file()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function303 * decrypted. If -1, no chunking.
307 * -1, no chunking
/third_party/libxml2/
DNEWS1940 XML parsing bug, fix line/column accounting in XML parser, chunking bug
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md962 …ub.com/nodejs/node/commit/b172e6f436)] - **debugger**: accommodate line chunking in Windows (Rich …
/third_party/gstreamer/gstplugins_good/
DChangeLog147530 …rse.c: When operating chain-based, don't make any assumptions about the chunking of the incoming...
147536 chunking of the incoming data and make streaming work on days other
/third_party/gstreamer/gstplugins_bad/
DChangeLog28929 Move output chunking from gst_rtmp_connection_queue_message into
94174 amcaudiodec: Add an output adapter for chunking the output into codec frames
/third_party/gstreamer/gstreamer/
DChangeLog13472 the chunking or buffer metadata.
/third_party/chromium/patch/
D0001-cve.patch76153 - * HTMLparser.c: fix a chunking and script bug #347708