Searched refs:CURL_MAX_WRITE_SIZE (Results 1 – 15 of 15) sorted by relevance
13 # CURL_MAX_WRITE_SIZE (16384)174 HTTP GET brotli compressed content of size more than CURL_MAX_WRITE_SIZE
26 #define READBUFFER_SIZE CURL_MAX_WRITE_SIZE
579 size_t chunklen = len <= CURL_MAX_WRITE_SIZE? len: CURL_MAX_WRITE_SIZE; in Curl_client_chop_write()
132 #define UPLOAD_BUFSIZE CURL_MAX_WRITE_SIZE
53 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */
946 int val = CURL_MAX_WRITE_SIZE + 32; in Curl_sndbufset()
1102 sendsize = CURLMIN(size, CURL_MAX_WRITE_SIZE); in Curl_add_buffer_send()
108 if(bytes > (size_t)CURL_MAX_WRITE_SIZE) { in tool_write_cb()
178 #ifndef CURL_MAX_WRITE_SIZE183 #define CURL_MAX_WRITE_SIZE 16384 macro
620 char buf[CURL_MAX_WRITE_SIZE]; in pipe_ssloverssl()814 static const int sobufsize = CURL_MAX_WRITE_SIZE; in gskit_connect_step1()
222 #ifndef CURL_MAX_WRITE_SIZE229 #define CURL_MAX_WRITE_SIZE 16384 macro
774 CURL_MAX_WRITE_SIZE 7.9.7
123 default_response_buffer_.reserve(CURL_MAX_WRITE_SIZE); in CurlHttpRequest()
51 /if not defined(CURL_MAX_WRITE_SIZE)52 /define CURL_MAX_WRITE_SIZE53 d CURL_MAX_WRITE_SIZE...
332 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 this6487 - url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enough