Searched refs:CURL_MAX_WRITE_SIZE (Results 1 – 11 of 11) sorted by relevance
101 if(sz * nmemb > (size_t)CURL_MAX_WRITE_SIZE) { in tool_write_cb()
431 size_t chunklen = len <= CURL_MAX_WRITE_SIZE? len: CURL_MAX_WRITE_SIZE; in Curl_client_chop_write()
39 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */
194 #define BUFSIZE CURL_MAX_WRITE_SIZE
931 int val = CURL_MAX_WRITE_SIZE + 32; in Curl_sndbufset()
1118 sendsize= (size > CURL_MAX_WRITE_SIZE)?CURL_MAX_WRITE_SIZE:size; in Curl_add_buffer_send()
178 #ifndef CURL_MAX_WRITE_SIZE183 #define CURL_MAX_WRITE_SIZE 16384 macro
175 #ifndef CURL_MAX_WRITE_SIZE182 #define CURL_MAX_WRITE_SIZE 16384 macro
694 CURL_MAX_WRITE_SIZE 7.9.7
51 /if not defined(CURL_MAX_WRITE_SIZE)52 /define CURL_MAX_WRITE_SIZE53 d CURL_MAX_WRITE_SIZE...
1612 confirmed that simply adding 32 to CURL_MAX_WRITE_SIZE is enough.11605 - CURL_MAX_WRITE_SIZE is now decreased to 16KB since it makes the Windows12286 - CURL_MAX_WRITE_SIZE is now an exported #define in the curl/curl.h header and