Searched refs:remaining (Results 1 – 14 of 14) sorted by relevance
/curl/src/ |
H A D | tool_util.c | 207 size_t remaining; in Curl_execpath() local 210 remaining = sizeof(filebuffer) - strlen(filebuffer); in Curl_execpath() 211 if(strlen(filename) < remaining - 1) { in Curl_execpath() 212 msnprintf(lastdirchar, remaining, "%s%s", DIR_CHAR, filename); in Curl_execpath()
|
/curl/lib/ |
H A D | doh.c | 1056 rem = (int)*remaining; in doh_decode_rdata_name() 1087 *remaining = rem - 1; in doh_decode_rdata_name() 1115 remaining = (int)len; in doh_decode_rdata_alpn() 1117 while(remaining > 0) { in doh_decode_rdata_alpn() 1123 remaining--; in doh_decode_rdata_alpn() 1175 size_t remaining = len; in doh_resp_decode_httpsrr() local 1193 if(remaining <= 2) in doh_resp_decode_httpsrr() 1201 while(remaining >= 4) { in doh_resp_decode_httpsrr() 1206 remaining -= 4; in doh_resp_decode_httpsrr() 1239 remaining -= plen; in doh_resp_decode_httpsrr() [all …]
|
H A D | smb.c | 209 unsigned short remaining; member 222 unsigned short remaining; member
|
/curl/tests/data/ |
H A D | test207 | 59 # curl: (18) transfer closed with outstanding read data remaining
|
H A D | test3017 | 19 excessive-remaining TRUE
|
/curl/docs/cmdline-opts/ |
H A D | mail-rcpt-allowfails.md | 24 remaining valid recipients.
|
/curl/docs/libcurl/ |
H A D | curl_multi_cleanup.md | 44 When this function is called, remaining entries in the connection pool held by
|
H A D | curl_multi_info_read.md | 37 integer pointed to with *msgs_in_queue* contains the number of remaining
|
H A D | libcurl-env-dbg.md | 141 Make a blocking, graceful shutdown of all remaining connections when
|
H A D | curl_easy_header.md | 111 there are 5 bits with defined use. The undocumented 27 remaining bits are
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MAIL_RCPT_ALLOWFAILS.md | 37 libcurl ignore errors for individual recipients and proceed with the remaining
|
H A D | CURLOPT_CHUNK_BGN_FUNCTION.md | 76 remaining per the transfer. If the feature is not available, the parameter has
|
/curl/tests/ |
H A D | runtests.md | 57 --pd---e-v- OK (45 out of 1427, remaining: 16:08, took 6.188s, duration: 00:31)
|
/curl/ |
H A D | CMakeLists.txt | 1908 # (the remaining args) are satisfied
|
Completed in 54 milliseconds