Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.h26 #define READBUFFER_SIZE CURL_MAX_WRITE_SIZE
40 #define UPLOADBUFFER_MIN CURL_MAX_WRITE_SIZE
Dsendf.c595 size_t chunklen = len <= CURL_MAX_WRITE_SIZE? len: CURL_MAX_WRITE_SIZE; in chop_write()
Dcontent_encoding.c53 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */
Dconnect.c960 int val = CURL_MAX_WRITE_SIZE + 32; in Curl_sndbufset()
Dhttp.c1190 sendsize = CURLMIN(size, CURL_MAX_WRITE_SIZE); in Curl_add_buffer_send()
/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/src/
Dtool_cb_wrt.c111 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()
812 static const int sobufsize = CURL_MAX_WRITE_SIZE; in gskit_connect_step1()
/external/curl/include/curl/
Dcurl.h233 #ifndef CURL_MAX_WRITE_SIZE
240 #define CURL_MAX_WRITE_SIZE 16384 macro
/external/curl/docs/libcurl/
Dsymbols-in-versions851 CURL_MAX_WRITE_SIZE 7.9.7
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc122 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...