/curl/docs/examples/ |
H A D | 10-at-a-time.c | 94 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 D | tool_cb_see.c | 62 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 D | tool_progress.c | 266 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 D | test1542 | 58 == 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 D | test1506 | 86 * 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 D | test1510 | 86 * 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 D | test2404 | 99 * 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 D | test2502 | 94 == 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 D | test2402 | 99 * 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 D | test1512 | 77 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /Closing connection/))
|
H A D | test327 | 43 HTTP with cookiejar without cookies left
|
/curl/lib/ |
H A D | rand.c | 221 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 D | mprintf.c | 949 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 D | mqttd.c | 193 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 D | sockfilt.c | 363 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 D | socksd.c | 249 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 D | curl_mprintf.md | 126 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 D | curl_mime_encoder.md | 49 "*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 D | curl_multi_info_read.md | 104 structs. It also writes the number of messages left in the queue (after this
|
/curl/docs/cmdline-opts/ |
H A D | proto.md | 19 Limit what protocols to allow for transfers. Protocols are evaluated left to
|
H A D | upload-file.md | 34 the left side of any slash (/) or backslash (\) used in the filename and only
|
H A D | variable.md | 42 comma-separated list that is evaluated in a left-to-right order. Variable
|
/curl/lib/vssh/ |
H A D | wolfssh.c | 997 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 D | CURLOPT_RANGE.md | 37 left out and X and Y are byte indexes.
|
H A D | CURLOPT_WILDCARDMATCH.md | 57 The left bracket opens a bracket expression. The question mark and asterisk have
|