Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dwget.c277 int fd, chunked; in wget_main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttpread.c70 int chunked; /* nonzero for chunked data */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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/curl/tests/server/
Drtspd.c209 bool chunked = FALSE; in ProcessRequest() local
Dsws.c368 bool chunked = FALSE; in ProcessRequest() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h137 int chunked; /**< 0 == unchunked, 1 == produce chunk headers member
/third_party/vk-gl-cts/external/vulkan-docs/src/
DMakefile316 chunked: $(HTMLDIR)/vkspec.html $(SPECSRC) $(COMMONDOCS) target
/third_party/ffmpeg/libavformat/
Dmux.c822 int chunked = s->max_chunk_size || s->max_chunk_duration; in ff_interleave_add_packet() local
/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