Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 44) sorted by relevance

12

/curl/docs/examples/
H A D10-at-a-time.c94 static void add_transfer(CURLM *cm, unsigned int i, int *left) in add_transfer() argument
101 (*left)++; in add_transfer()
110 int left = 0; in main() local
120 add_transfer(cm, transfers, &left); in main()
136 left--; in main()
142 add_transfer(cm, transfers++, &left); in main()
144 if(left) in main()
147 } while(left); in main()
/curl/src/
H A Dtool_cb_see.c62 curl_off_t left = offset; in tool_seek_cb() local
72 while(left) { in tool_seek_cb()
73 long step = (left > OUR_MAX_SEEK_O) ? OUR_MAX_SEEK_L : (long)left; in tool_seek_cb()
77 left -= step; in tool_seek_cb()
H A Dtool_progress.c266 curl_off_t left = (all_dltotal - all_dlnow) / speed; in progress_meter() local
267 time2str(time_left, left); in progress_meter()
/curl/tests/data/
H A Dtest154258 == Info: Connection #0 to host %HOSTIP left intact
59 == Info: Connection #0 to host %HOSTIP left intact
60 == Info: Connection #0 to host %HOSTIP left intact
62 == Info: Connection #1 to host %HOSTIP left intact
65 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /(closing|shutting down) connection #\d+/))
H A Dtest150686 * Connection #0 to host server1.example.com left intact
87 * Connection #1 to host server2.example.com left intact
88 * Connection #2 to host server3.example.com left intact
89 * Connection #3 to host server4.example.com left intact
92 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
H A Dtest151086 * Connection #0 to host server1.example.com left intact
87 * Connection #1 to host server2.example.com left intact
88 * Connection #2 to host server3.example.com left intact
90 * Connection #3 to host server4.example.com left intact
93 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
H A Dtest240499 * Connection #0 to host localhost left intact
100 * Connection #0 to host localhost left intact
101 * Connection #0 to host localhost left intact
102 * Connection #0 to host localhost left intact
105 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
H A Dtest250294 == Info: Connection #0 to host localhost left intact
95 == Info: Connection #0 to host localhost left intact
96 == Info: Connection #0 to host localhost left intact
97 == Info: Connection #0 to host localhost left intact
100 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
H A Dtest240299 * Connection #0 to host localhost left intact
100 * Connection #0 to host localhost left intact
101 * Connection #0 to host localhost left intact
102 * Connection #0 to host localhost left intact
105 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
H A Dtest151277 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
H A Dtest32743 HTTP with cookiejar without cookies left
/curl/lib/
H A Drand.c221 size_t left = num < sizeof(unsigned int) ? num : sizeof(unsigned int); in Curl_rand_bytes() local
227 while(left) { in Curl_rand_bytes()
231 --left; in Curl_rand_bytes()
H A Dmprintf.c949 size_t left = sizeof(formatbuf)-strlen(formatbuf); in formatf() local
974 dlen = (size_t)curl_msnprintf(fptr, left, "%d", width); in formatf()
976 left -= dlen; in formatf()
995 len = curl_msnprintf(fptr, left, ".%d", prec); in formatf()
/curl/tests/server/
H A Dmqttd.c193 int left = sizeof(data); in loghex() local
195 for(i = 0; i < len && (left >= 0); i++) { in loghex()
196 msnprintf(optr, left, "%02x", ptr[i]); in loghex()
199 left -= 2; in loghex()
219 int left = sizeof(data); in logprotocol() local
221 for(i = 0; i < len && (left >= 0); i++) { in logprotocol()
222 msnprintf(optr, left, "%02x", ptr[i]); in logprotocol()
224 left -= 2; in logprotocol()
H A Dsockfilt.c363 int left = sizeof(data); in lograw() local
368 msnprintf(optr, left, "\\n"); in lograw()
371 left -= 2; in lograw()
374 msnprintf(optr, left, "\\r"); in lograw()
377 left -= 2; in lograw()
380 msnprintf(optr, left, "%c", (ISGRAPH(ptr[i]) || in lograw()
384 left--; in lograw()
392 left = sizeof(data); in lograw()
H A Dsocksd.c249 int left = sizeof(data); in loghex() local
251 for(i = 0; i < len && (left >= 0); i++) { in loghex()
252 msnprintf(optr, left, "%02x", ptr[i]); in loghex()
255 left -= 2; in loghex()
/curl/docs/libcurl/
H A Dcurl_mprintf.md126 The converted value is to be left adjusted on the field boundary. (The default
128 blanks, rather than on the left with blanks or zeros. A '-' overrides a &'0'
133 (a space: ' ') A blank should be left before a positive number (or empty
146 field width, it gets padded with spaces on the left (or right, if the
147 left-adjustment flag has been given). Instead of a decimal digit string one
213 value requires fewer digits, it is padded on the left with zeros. The default
224 is padded on the left with zeros. The default precision is 1. When 0 is
H A Dcurl_mime_encoder.md49 "*binary*": the data is left unchanged, the header is added.
61 determined prior to reading the original data, it is left as unknown, causing
H A Dcurl_multi_info_read.md104 structs. It also writes the number of messages left in the queue (after this
/curl/docs/cmdline-opts/
H A Dproto.md19 Limit what protocols to allow for transfers. Protocols are evaluated left to
H A Dupload-file.md34 the left side of any slash (/) or backslash (\) used in the filename and only
H A Dvariable.md42 comma-separated list that is evaluated in a left-to-right order. Variable
/curl/lib/vssh/
H A Dwolfssh.c997 timediff_t left = 1000; in wssh_block_statemach() local
1012 left = Curl_timeleft(data, NULL, FALSE); in wssh_block_statemach()
1013 if(left < 0) { in wssh_block_statemach()
1031 left > 1000 ? 1000 : left); /* ignore result */ in wssh_block_statemach()
/curl/docs/libcurl/opts/
H A DCURLOPT_RANGE.md37 left out and X and Y are byte indexes.
H A DCURLOPT_WILDCARDMATCH.md57 The left bracket opens a bracket expression. The question mark and asterisk have

Completed in 30 milliseconds

12