Home
last modified time | relevance | path

Searched refs:CURL_MAX_WRITE_SIZE (Results 1 – 15 of 15) sorted by relevance

/external/curl/tests/data/
Dtest31613 # CURL_MAX_WRITE_SIZE (16384)
174 HTTP GET brotli compressed content of size more than CURL_MAX_WRITE_SIZE
/external/curl/lib/
Durl.h26 #define READBUFFER_SIZE CURL_MAX_WRITE_SIZE
Dsendf.c579 size_t chunklen = len <= CURL_MAX_WRITE_SIZE? len: CURL_MAX_WRITE_SIZE; in Curl_client_chop_write()
Durldata.h132 #define UPLOAD_BUFSIZE CURL_MAX_WRITE_SIZE
Dcontent_encoding.c53 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */
Dconnect.c946 int val = CURL_MAX_WRITE_SIZE + 32; in Curl_sndbufset()
Dhttp.c1102 sendsize = CURLMIN(size, CURL_MAX_WRITE_SIZE); in Curl_add_buffer_send()
/external/curl/src/
Dtool_cb_wrt.c108 if(bytes > (size_t)CURL_MAX_WRITE_SIZE) { in tool_write_cb()
/external/google-breakpad/src/third_party/curl/
Dcurl.h178 #ifndef CURL_MAX_WRITE_SIZE
183 #define CURL_MAX_WRITE_SIZE 16384 macro
/external/curl/lib/vtls/
Dgskit.c620 char buf[CURL_MAX_WRITE_SIZE]; in pipe_ssloverssl()
814 static const int sobufsize = CURL_MAX_WRITE_SIZE; in gskit_connect_step1()
/external/curl/include/curl/
Dcurl.h222 #ifndef CURL_MAX_WRITE_SIZE
229 #define CURL_MAX_WRITE_SIZE 16384 macro
/external/curl/docs/libcurl/
Dsymbols-in-versions774 CURL_MAX_WRITE_SIZE 7.9.7
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc123 default_response_buffer_.reserve(CURL_MAX_WRITE_SIZE); in CurlHttpRequest()
/external/curl/packages/OS400/
Dcurl.inc.in51 /if not defined(CURL_MAX_WRITE_SIZE)
52 /define CURL_MAX_WRITE_SIZE
53 d CURL_MAX_WRITE_SIZE...
/external/curl/
DCHANGES332 data internally hold by Brotli decoder is greater than CURL_MAX_WRITE_SIZE.
333 For content with unencoded length greater than CURL_MAX_WRITE_SIZE this
6487 - url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enough