HomeSort by relevance Sort by last modified time
    Searched refs:CURL_MAX_WRITE_SIZE (Results 1 - 9 of 9) sorted by null

  /external/curl/src/
tool_cb_wrt.c 101 if(sz * nmemb > (size_t)CURL_MAX_WRITE_SIZE) {
  /external/curl/lib/
sendf.c 486 * CURL_MAX_WRITE_SIZE via client write callback(s) and
542 size_t chunklen = len <= CURL_MAX_WRITE_SIZE? len: CURL_MAX_WRITE_SIZE;
content_encoding.c 39 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */
connect.c 950 int val = CURL_MAX_WRITE_SIZE + 32;
    [all...]
urldata.h 203 #define BUFSIZE CURL_MAX_WRITE_SIZE
    [all...]
http.c     [all...]
  /external/curl/include/curl/
curl.h 196 #ifndef CURL_MAX_WRITE_SIZE
203 #define CURL_MAX_WRITE_SIZE 16384
    [all...]
  /external/curl/lib/vtls/
gskit.c 614 char buf[CURL_MAX_WRITE_SIZE];
771 static const int sobufsize = CURL_MAX_WRITE_SIZE;
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 178 #ifndef CURL_MAX_WRITE_SIZE
183 #define CURL_MAX_WRITE_SIZE 16384
    [all...]

Completed in 1089 milliseconds