Lines Matching defs:size
207 /* use size in 'contentlen', added in 7.46.0 */
243 /* The maximum receive buffer size configurable via CURLOPT_BUFFERSIZE. */
248 /* Tests have proven that 20K is a very bad buffer size for uploads on
252 400 bytes since libcurl uses a buffer of this size as a scratch area
273 size_t size,
312 curl_off_t size;
392 size_t size,
458 typedef void *(*curl_malloc_callback)(size_t size);
460 typedef void *(*curl_realloc_callback)(void *ptr, size_t size);
462 typedef void *(*curl_calloc_callback)(size_t nmemb, size_t size);
483 size_t size, /* size of the data pointed to */
581 CURLE_FILESIZE_EXCEEDED, /* 63 - Maximum file size exceeded */
1142 * unknown size.
1306 /* size of the POST input data, if strlen() is not good to use */
1515 /* Set this option to limit the size of a file that will be downloaded from
1523 * the size of the file being uploaded. -1 means unknown.
1532 /* Sets the maximum size of data that will be downloaded from
1729 /* block size for TFTP transfers */
2077 /* Preferred buffer size to use for uploads */