Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_wrt.c101 if(sz * nmemb > (size_t)CURL_MAX_WRITE_SIZE) { in tool_write_cb()
/external/curl/lib/
Dsendf.c431 size_t chunklen = len <= CURL_MAX_WRITE_SIZE? len: CURL_MAX_WRITE_SIZE; in Curl_client_chop_write()
Dcontent_encoding.c39 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */
Durldata.h194 #define BUFSIZE CURL_MAX_WRITE_SIZE
Dconnect.c931 int val = CURL_MAX_WRITE_SIZE + 32; in Curl_sndbufset()
Dhttp.c1118 sendsize= (size > CURL_MAX_WRITE_SIZE)?CURL_MAX_WRITE_SIZE:size; in Curl_add_buffer_send()
/external/google-breakpad/src/third_party/curl/
Dcurl.h178 #ifndef CURL_MAX_WRITE_SIZE
183 #define CURL_MAX_WRITE_SIZE 16384 macro
/external/curl/include/curl/
Dcurl.h175 #ifndef CURL_MAX_WRITE_SIZE
182 #define CURL_MAX_WRITE_SIZE 16384 macro
/external/curl/docs/libcurl/
Dsymbols-in-versions694 CURL_MAX_WRITE_SIZE 7.9.7
/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/
DCHANGES.01612 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 Windows
12286 - CURL_MAX_WRITE_SIZE is now an exported #define in the curl/curl.h header and