Home
last modified time | relevance | path

Searched refs:size (Results 151 – 175 of 325) sorted by relevance

12345678910>>...13

/curl/tests/libtest/
H A Dlib1591.c37 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
39 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
H A Dlib1527.c36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
38 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
H A Dtesttrace.h35 unsigned char *data, size_t size,
H A Dlib547.c37 size_t size, in readcallback() argument
50 if(size * nmemb >= strlen(UPLOADTHIS)) { in readcallback()
H A Dlib652.c40 int size = (int)sizeof(buffer) / 10; in test() local
42 for(i = 0; i < size ; i++) in test()
H A Dlib668.c35 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
40 (void) size; /* Always 1.*/ in read_callback()
H A Dlib1526.c36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
38 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
H A Dlib3102.c84 static size_t wrfu(void *ptr, size_t size, size_t nmemb, void *stream) in wrfu() argument
88 return size * nmemb; in wrfu()
H A Dlib1507.c41 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
44 (void)size; in read_callback()
H A Dlib555.c44 size_t size, in readcallback() argument
57 if(size * nmemb >= strlen(uploadthis)) { in readcallback()
H A Dlib579.c69 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
74 if(size*nmemb < 1) in read_callback()
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLKEY_BLOB.md33 size) about the private key for connecting to the HTTPS proxy. Compatible with
50 extern size_t filesize; /* size of data */
53 extern size_t privateKeySize; /* size */
H A DCURLOPT_SSLKEY_BLOB.md32 and size) for a private key. Compatible with OpenSSL. The format (like "PEM")
51 extern size_t filesize; /* size of cert */
54 extern size_t privateKeySize; /* size of key */
H A DCURLMOPT_MAXCONNECTS.md16 CURLMOPT_MAXCONNECTS - size of connection cache
30 connection cache after completed use. By default libcurl enlarges the size for
34 By setting this option, you can prevent the cache size from growing beyond the
H A DCURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md25 long size);
32 Pass a long with a **size** in bytes. If a transfer in a pipeline is
H A DCURLOPT_HEADERFUNCTION.md29 size_t size,
46 size of that data is *nitems*; *size* is always 1. The provide header
106 static size_t header_callback(char *buffer, size_t size,
109 /* received header is nitems * size long in 'buffer' NOT ZERO TERMINATED */
111 return nitems * size;
H A DCURLINFO_CONTENT_LENGTH_DOWNLOAD.md32 -1 if the size is not known.
51 /* check the size */
H A DCURLOPT_INTERLEAVEDATA.md43 static size_t rtp_write(void *ptr, size_t size, size_t nmemb, void *userp)
48 return size * nmemb;
/curl/lib/vssh/
H A Dlibssh.c1242 curl_off_t size = attrs->size; in myssh_statemach_act() local
1243 if(size < 0) { in myssh_statemach_act()
1606 curl_off_t size; in myssh_statemach_act() local
1621 size = 0; in myssh_statemach_act()
1624 size = attrs->size; in myssh_statemach_act()
1628 if(size < 0) { in myssh_statemach_act()
1651 to = size - 1; in myssh_statemach_act()
1656 to = size - 1; in myssh_statemach_act()
1666 size = 0; in myssh_statemach_act()
1680 data->req.size = size; in myssh_statemach_act()
[all …]
/curl/docs/libcurl/
H A Dcurl_multi_waitfds.md28 unsigned int size,
42 libcurl fills provided *ufds* array up to the *size*.
44 *size* parameter then libcurl returns CURLM_OUT_OF_MEMORY error.
50 The client code can pass *size* equal to zero just to get the number of the
H A Dlibcurl-env-dbg.md39 Example: **CURL_DBG_SOCK_RMAX=400** means recv buffer size is limited to a
68 Fake the size returned by CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE.
90 An alternative size of HTTP data to be sent at a time only if smaller than the
95 An alternative size of socket data to be sent at a time only if smaller than
124 Used to influence the buffer chunk size used for WebSocket encoding and
/curl/packages/OS400/
H A Dos400sys.h50 extern char * (* Curl_thread_buffer)(localkey_t key, long size);
/curl/src/
H A Dtool_cb_hdr.h56 size_t tool_header_cb(char *ptr, size_t size, size_t nmemb, void *userdata);
/curl/lib/
H A Dstrdup.h35 void *Curl_saferealloc(void *ptr, size_t size);
H A Dhash.h58 size_t size; member
88 #define Curl_hash_count(h) ((h)->size)

Completed in 44 milliseconds

12345678910>>...13