Searched refs:remains (Results 1 – 17 of 17) sorted by relevance
/curl/tests/libtest/ |
H A D | lib576.c | 30 int remains; member 35 long chunk_bgn(const void *f, void *ptr, int remains) in chunk_bgn() argument 39 ch_d->remains = remains; in chunk_bgn() 42 printf("Remains: %d\n", remains); in chunk_bgn() 93 if(ch_d->remains == 1) in chunk_end()
|
/curl/docs/examples/ |
H A D | ftp-wildcard.c | 37 int remains); 98 int remains) in file_is_coming() argument 100 printf("%3d %40s %10luB ", remains, finfo->filename, in file_is_coming()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CHUNK_BGN_FUNCTION.md | 52 int remains); 75 CURLOPT_CHUNK_DATA(3). The parameter remains contains number of chunks 100 int remains) 103 printf("%3d %40s %10luB ", remains, finfo->filename,
|
H A D | CURLOPT_CHUNK_DATA.md | 50 int remains) 53 printf("%3d %40s %10luB ", remains, finfo->filename,
|
H A D | CURLOPT_CLOSESOCKETDATA.md | 30 Pass a *pointer* that remains untouched by libcurl and passed as the first
|
H A D | CURLOPT_FTP_SSL_CCC.md | 33 channel communication remains unencrypted. This allows NAT routers to follow
|
H A D | CURLOPT_BUFFERSIZE.md | 50 handle no matter how many parallel transfers there are. The buffer remains
|
H A D | CURLOPT_PROGRESSFUNCTION.md | 59 if you only download data, the upload size remains 0). Many times the callback
|
H A D | CURLOPT_XFERINFOFUNCTION.md | 55 you only download data, the upload size remains 0). Many times the callback is
|
/curl/docs/cmdline-opts/ |
H A D | show-headers.md | 28 This option was called --include before 8.10.0. The previous name remains
|
H A D | retry.md | 26 minutes which then remains delay between the rest of the retries. By using
|
/curl/docs/libcurl/ |
H A D | curl_multi_add_handle.md | 54 The easy handle remains added to the multi handle until you remove it again
|
H A D | curl_formadd.md | 74 remains until curl no longer needs it. If the name is not null-terminated, you 91 you must make sure it remains until curl no longer needs it. If the data is
|
H A D | curl_url_get.md | 88 encoded to make sure the hostname remains valid.
|
/curl/tests/data/ |
H A D | DISABLED | 64 # hyper support remains EXPERIMENTAL as long as there's a test number
|
/curl/include/curl/ |
H A D | curl.h | 347 int remains);
|
/curl/docs/ |
H A D | KNOWN_BUGS | 457 remains empty. Issue: https://github.com/curl/curl/issues/544
|
Completed in 59 milliseconds