Lines Matching refs:size
1778 " termine its size and allow a possible resend. Defining a part's\n"
1783 " mission time; since the full size is unknown before the transfer\n"
1795 " Example: send your name and shoe size in two text fields to the\n"
2293 " file size and last modification time only.\n"
2629 " size before downloading a file.\n"
3029 " sage-id exists on the server and what size it is.\n"
3239 " (FTP HTTP MQTT) Specify the maximum size (in bytes) of a file to\n"
3245 " A size modifier may be used. For example, Appending 'k' or 'K'\n"
3252 " NOTE: before curl 8.4.0, when the file size is not known prior\n"
3983 " the screen and shows a percentage if the transfer size is known.\n"
3984 " For transfers without a known size, there is a space ship\n"
5931 " block size that curl tries to use when transferring data to or\n"
6940 " the size of the body/data that was transferred, excluding\n"
6954 " size of the body/data that was transferred, excluding\n"
7513 " 63 Maximum file size exceeded.\n"
7626 Thanks to this operation, the size of this data shrank from 279592
13451 static voidpf zalloc_func(voidpf opaque, unsigned int items, unsigned int size)
13455 return (voidpf) calloc(items, size);