Searched refs:CURL_MAX_READ_SIZE (Results 1 – 5 of 5) sorted by relevance
40 buffer size allowed to be set is *CURL_MAX_READ_SIZE* (10MB). The minimum
88 CURL_MAX_READ_SIZE 7.53.0
246 #ifndef CURL_MAX_READ_SIZE248 #define CURL_MAX_READ_SIZE (10*1024*1024) macro
217 #define READBUFFER_MAX CURL_MAX_READ_SIZE
2648 DEBUGASSERT(len < CURL_MAX_READ_SIZE); in sftp_recv()