Home
last modified time | relevance | path

Searched refs:size (Results 176 – 200 of 319) sorted by relevance

12345678910>>...13

/curl/tests/libtest/
H A Dlib2302.c79 static size_t writecb(char *buffer, size_t size, size_t nitems, void *p) in writecb() argument
84 (void)size; in writecb()
H A Dlib579.c76 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
81 if(size*nmemb < 1) in read_callback()
H A Dlib2301.c94 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb() argument
109 (void)size; in writecb()
H A Dlib654.c44 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
49 if(size*nmemb < 1) in read_callback()
/curl/docs/examples/
H A Dhtmltidy.c38 uint write_cb(char *in, uint size, uint nmemb, TidyBuffer *out) in write_cb() argument
41 r = size * nmemb; in write_cb()
H A Dchkspeed.c55 static size_t WriteCallback(void *ptr, size_t size, size_t nmemb, void *data) in WriteCallback() argument
61 return (size_t)(size * nmemb); in WriteCallback()
H A Dsmooth-gtk-thread.c63 size_t write_file(void *ptr, size_t size, size_t nmemb, FILE *stream) in write_file() argument
65 return fwrite(ptr, size, nmemb, stream); in write_file()
/curl/packages/OS400/rpg-examples/
H A DSMTPSRCMBR143 d size 10u 0 value Data element size
152 size = size * nmemb; // The size in bytes.
154 dow size - i >= %len(SRCDTA) + %len(crlf) and not %eof(RPGXAMPLES);
/curl/lib/
H A Dmime.h77 size_t (*encodefunc)(char *buffer, size_t size, bool ateof,
154 size_t Curl_mime_read(char *buffer, size_t size, size_t nitems,
H A Dftplistparser.h31 size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
H A Dtransfer.c218 if(!eos_reliable && !data->req.header && data->req.size != -1) { in Curl_xfer_recv_resp()
219 curl_off_t totalleft = data->req.size - data->req.bytecount; in Curl_xfer_recv_resp()
482 if(k->size != -1) { in Curl_sendrecv()
487 k->bytecount, k->size); in Curl_sendrecv()
504 if(!(data->req.no_body) && (k->size != -1) && in Curl_sendrecv()
505 (k->bytecount != k->size) && !k->newurl) { in Curl_sendrecv()
507 " bytes remaining to read", k->size - k->bytecount); in Curl_sendrecv()
1068 curl_off_t size, /* -1 if unknown at this point */ in xfer_setup() argument
1105 k->size = size; in xfer_setup()
1115 if(size > 0) in xfer_setup()
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_CHUNK_DATA.md54 (unsigned long)finfo->size);
70 if(finfo->size > 50) {
H A DCURLOPT_INFILESIZE_LARGE.md18 CURLOPT_INFILESIZE_LARGE - size of the input file to send off
32 libcurl what the expected size of the input file is. This value must be passed
H A DCURLOPT_CHUNK_BGN_FUNCTION.md31 curl_off_t size;
104 (unsigned long)finfo->size);
120 if(finfo->size > 50) {
H A DCURLOPT_INFILESIZE.md18 CURLOPT_INFILESIZE - size of the input file to send off
31 libcurl what the expected size of the input file is. This value must be passed
H A DCURLOPT_SSLCERT_BLOB.md37 Pass a pointer to a curl_blob structure, which contains (pointer and size) a
61 extern size_t filesize; /* size of data */
H A DCURLOPT_INTERLEAVEFUNCTION.md24 size_t interleave_callback(void *ptr, size_t size, size_t nmemb,
78 static size_t rtp_write(void *ptr, size_t size, size_t nmemb, void *userp)
83 return size * nmemb;
H A DCURLOPT_PROXY_SSLCERT_BLOB.md37 and size) about a memory block with binary data of the certificate used to
60 extern size_t filesize; /* size of the data */
/curl/docs/libcurl/
H A Dlibcurl-env-dbg.md40 Example: **CURL_DBG_SOCK_RMAX=400** means recv buffer size is limited to a
78 Fake the size returned by CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE.
100 An alternative size of HTTP data to be sent at a time only if smaller than the
105 An alternative size of socket data to be sent at a time only if smaller than
130 Used to influence the buffer chunk size used for WebSocket encoding and
H A Dcurl_easy_pause.md93 already announced window size for the paused transfer allows the server to
94 continue sending data up to that window size amount. By default, libcurl
95 announces a 32 megabyte window size, which thus can make libcurl end up
133 size worth of data that curl cannot stop but instead needs to cache while the
134 transfer is paused. This means that if a window size of 64 MB is used, libcurl
H A Dlibcurl-ws.md54 over the wire in one or more frames. Each frame in a message can have a size
58 frame, but it might also deliver them in pieces depending on size and network
60 about the fragment: type, offset, size and how much data there is pending to
63 A message has an unknown size until the last frame header for the message has
/curl/tests/data/
H A Dtest153930 HTTP 1.0 POST with read callback and unknown data size
H A Dtest13725 FTP download without size in RETR string
H A Dtest141637 HTTP GET with chunked Transfer-Encoding overflowed chunked size
/curl/docs/cmdline-opts/
H A Dtftp-blksize.md20 size that curl tries to use when transferring data to or from a TFTP

Completed in 26 milliseconds

12345678910>>...13