/external/curl/docs/libcurl/opts/ |
CURLOPT_RTSP_REQUEST.3 | 81 chunked transfers are allowed, so the application must set the
|
/external/libmicrohttpd/ |
README | 89 - chunked encoding to validate handling of footers
|
/external/libnfc-nci/halimpl/pn54x/dnld/ |
phDnldNfc_Internal.h | 141 uint16_t wRemChunkBytes; /* Remaining bytes within the chunked frame */
|
/external/libnfc-nxp/src/ |
phFriNfc_NdefRecord.h | 80 #define PH_FRINFC_NDEFRECORD_TNF_UNCHANGED ((uint8_t)0x06) /**< Unchanged: Used for Chunked Records. */ 244 * whether a record is chunked. 256 * CHUNKED flag set (is a partial record). 275 *<br>5. Message End Bit is set to 1 and Chunked Flag(CF)is set to 1 in the same record.
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockWebServer.java | 442 boolean chunked = false; 452 && lowercaseHeader.substring(18).trim().equals("chunked")) { 453 chunked = true; 475 } else if (chunked) {
|
/external/webrtc/webrtc/base/ |
httpbase.cc | 160 if ((vlen == 7) && (_strnicmp(value, "chunked", 7) == 0)) { 423 && (encoding == "chunked")) { 830 HttpBase::ProcessHeaderComplete(bool chunked, size_t& data_size, 834 *error = notify_->onHttpHeaderComplete(chunked, data_size);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadThread.java | 98 * length to expect, or the transfer to be chunked. To resume an interrupted 309 // If we just finished a chunked file, record total size 531 // connection, or chunked encoding. 535 final boolean isEncodingChunked = "chunked".equalsIgnoreCase( [all...] |
/prebuilts/go/darwin-x86/src/bytes/ |
compare_test.go | 28 // test runtime·memeq's chunked implementation
|
/prebuilts/go/linux-x86/src/bytes/ |
compare_test.go | 28 // test runtime·memeq's chunked implementation
|
/external/libevent/include/event2/ |
http.h | 327 /* Low-level response interface, for streaming/chunked replies */ 330 Initiate a reply that uses Transfer-Encoding chunked. 347 Send another data chunk as part of an ongoing chunked reply. 360 Complete a chunked reply, freeing the request as appropriate. 519 may be canceled reentrantly from its chunked callback.
|
/external/libmicrohttpd/src/microhttpd/ |
internal.h | 408 * 12: We are ready to send a part of a non-chunked body. Send it. 414 * data of a non-chunked body. 790 * Are we receiving with chunked encoding? This will be set to 799 * If we are receiving with chunked encoding, where are we right 807 * If we are receiving with chunked encoding, where are we currently [all...] |
connection.c | 701 /* 2 bytes for final CRLF of a Chunked-Body */ 732 /* now analyze chunked encoding situation */ 740 need to either to HTTP 1.1 chunked encoding or 757 /* application forced identity encoding, can't do 'chunked' */ 832 size += strlen ("Transfer-Encoding: chunked\r\n"); 877 /* we must add the 'Transfer-Encoding: chunked' header */ 879 "Transfer-Encoding: chunked\r\n", 880 strlen ("Transfer-Encoding: chunked\r\n")); 881 off += strlen ("Transfer-Encoding: chunked\r\n"); [all...] |
/libcore/ojluni/src/main/java/java/net/ |
HttpURLConnection.java | 285 * The chunk-length when using chunked encoding streaming mode for output. 286 * A value of <code>-1</code> means chunked encoding is disabled for output. 365 throw new IllegalStateException ("Chunked encoding streaming mode set"); 411 "Chunked encoding streaming mode set"); 428 * known in advance. In this mode, chunked transfer encoding [all...] |
/external/libevent/ |
http.c | 828 * Handles reading from a chunked request. 959 if (req->chunked) { 1003 (!req->chunked && req->ntoread >= 0 && [all...] |
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
HttpURLConnection.java | 576 boolean chunked = false; 580 requests.set ("Transfer-Encoding", "chunked"); 581 chunked = true; 601 if (!chunked) { 606 "use streaming mode for chunked encoding"); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
connection.py | 350 # chunked Transfer-Encoding should act only on PUT request. 352 headers['Transfer-Encoding'] == 'chunked' and \ 383 self.headers['Transfer-Encoding'] != 'chunked': [all...] |
/external/curl/tests/server/ |
rtspd.c | 330 bool chunked = FALSE; local 614 else if(curlx_strnequal("Transfer-Encoding: chunked", line, 615 strlen("Transfer-Encoding: chunked"))) { 616 /* chunked data coming in */ 617 chunked = TRUE; 620 if(chunked) { [all...] |
/external/apache-http/android/src/android/net/http/ |
Headers.java | 181 // The chunked encoding must be the last one applied RFC2616, 189 transferEncoding = ContentLengthStrategy.CHUNKED;
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 191 * @return Base64 characters chunked in 76 character blocks 253 // If the output is to be "chunked" into 76 character sections,
|
/external/curl/lib/ |
urldata.h | 678 bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload 700 bool chunk; /* if set, this is a chunked transfer-encoding */ 701 bool upload_chunky; /* set TRUE if we are doing chunked transfer-encoding 830 /* chunk is for HTTP chunked encoding, but is in the general connectdata 832 and a HTTP proxy may in fact respond using chunked encoding */ [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpConnection.java | 50 * #newFixedLengthSink fixed-length} or {@link #newChunkedSink chunked}. 54 * #newFixedLengthSource fixed-length}, {@link #newChunkedSource chunked}
|
/external/valgrind/docs/ |
Makefile.am | 157 # chunked html, on a chapter-by-chapter basis 247 # chunked html with no html/body tags, css, or top nav, to fit into the website
|
/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/ |
handlers.py | 140 """Compute Content-Length or switch to chunked encoding if possible""" 149 # XXX Try for chunked encoding if origin server and client is 1.1
|
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/ |
handlers.py | 140 """Compute Content-Length or switch to chunked encoding if possible""" 149 # XXX Try for chunked encoding if origin server and client is 1.1
|
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
host.go | 104 if len(req.TransferEncoding) > 0 && req.TransferEncoding[0] == "chunked" { 106 rw.Write([]byte("Chunked request bodies are not supported by CGI."))
|