Home
last modified time | relevance | path

Searched defs:chunked (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/request/lib/
Dmultipart.js46 Multipart.prototype.setHeaders = function (chunked) { argument
66 Multipart.prototype.build = function (parts, chunked) { argument
/third_party/toybox/toys/pending/
Dwget.c277 int fd, chunked; in wget_main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttpread.c70 int chunked; /* nonzero for chunked data */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttpread.c70 int chunked; /* nonzero for chunked data */ member
/third_party/nghttp2/src/
Dshrpx_http_downstream_connection.cc735 auto chunked = downstream_->get_chunked_request(); in process_blocked_request_buf() local
770 auto chunked = downstream_->get_chunked_request(); in push_upload_data_chunk() local
/third_party/vk-gl-cts/external/vulkan-docs/src/
DMakefile269 chunked: $(HTMLDIR)/vkspec.html $(SPECSRC) $(COMMONDOCS) target
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h137 int chunked; /**< 0 == unchunked, 1 == produce chunk headers member
/third_party/ffmpeg/libavformat/
Dmux.c836 int chunked = s->max_chunk_size || s->max_chunk_duration; local
/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/
Dgif.c1753 const char* do_test_wuffs_gif_io_position(bool chunked) { in do_test_wuffs_gif_io_position()
/third_party/python/Modules/_io/
Dtextio.c2143 Py_ssize_t start, endpos, chunked, offset_to_buffer; in _textiowrapper_readline() local
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h820 unsigned int chunked:1; /* if the clientside connection is chunked */ member