Searched refs:rest (Results 1 – 25 of 39) sorted by relevance
12
/curl/docs/libcurl/ |
H A D | mksymbolsmanpage.pl | 290 my ($symbol, $rest)=($1,$2); 292 if($rest =~ s/^([0-9.]*) *//) { 295 if($rest =~ s/^([0-9.]*) *//) { 298 if($rest =~ s/^- *([0-9.]*)//) {
|
/curl/tests/ |
H A D | test1175.pl | 57 my ($symbol, $added, $rest) = ($1,$2,$3); 58 if($rest =~ /^([0-9.]+)/) {
|
H A D | test1488.pl | 106 my ($sym, $rest)=($1, $2); 107 my @a=split(/ +/, $rest);
|
H A D | test1119.pl | 145 my ($sym, $rest)=($1, $2); 152 my @a=split(/ +/, $rest);
|
H A D | test1173.pl | 224 my ($format, $rest) = ($1, $2); 225 if($rest !~ /\\fP/) {
|
H A D | ftpserver.pl | 2024 my $rest=0; 2026 $rest = $_[0]; 2027 logmsg "Set REST position to $rest\n" 2335 if($rest) { 2337 $size -= $rest; 2338 logmsg "REST $rest was removed from size, makes $size left\n"; 2339 $rest = 0; # reset REST offset again
|
/curl/lib/ |
H A D | noproxy.c | 83 unsigned int rest; in Curl_cidr6_match() local 91 rest = bits & 0x07; in Curl_cidr6_match() 92 if((bytes > 16) || ((bytes == 16) && rest)) in Curl_cidr6_match() 100 if(rest && !((address[bytes] ^ check[bytes]) & (0xff << (8 - rest)))) in Curl_cidr6_match()
|
H A D | mqtt.c | 678 size_t rest = mq->npacket; in mqtt_read_publish() local 679 if(rest > sizeof(buffer)) in mqtt_read_publish() 680 rest = sizeof(buffer); in mqtt_read_publish() 681 result = Curl_xfer_recv(data, buffer, rest, &nread); in mqtt_read_publish()
|
/curl/docs/examples/ |
H A D | version-check.pl | 47 my ($sym, $rest)=($1, $2); 48 my @a=split(/ +/, $rest);
|
/curl/src/ |
H A D | tool_setopt.c | 366 unsigned long rest = (unsigned long)lval; in tool_setopt_bitmask() local 371 if((nv->value & ~ rest) == 0) { in tool_setopt_bitmask() 373 rest &= ~ nv->value; /* remove bits handled here */ in tool_setopt_bitmask() 375 preamble, nv->name, rest ? " |" : ");"); in tool_setopt_bitmask() 376 if(!rest) in tool_setopt_bitmask() 386 if(rest) in tool_setopt_bitmask() 387 CODE2("%s%luUL);", preamble, rest); in tool_setopt_bitmask()
|
/curl/docs/cmdline-opts/ |
H A D | ftp-ssl-ccc.md | 20 authenticating. The rest of the control channel communication is be
|
H A D | url-query.md | 28 If the argument starts with a '+' (plus), the rest of the string is provided
|
H A D | data-binary.md | 21 If you start the data with the letter @, the rest should be a filename.
|
H A D | retry.md | 26 minutes which then remains delay between the rest of the retries. By using
|
H A D | json.md | 34 If you start the data with the letter @, the rest should be a filename to read
|
H A D | data.md | 40 If you start the data with the letter @, the rest should be a filename to read
|
/curl/tests/data/ |
H A D | test116 | 44 # Strip the port number but leave the rest
|
H A D | test212 | 45 # Strip the addresses and port number but leave the rest
|
H A D | test437 | 59 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test356 | 61 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test1908 | 71 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test438 | 80 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test358 | 84 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test359 | 84 # strip out the (dynamic) expire date from the file so that the rest
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_FTP_SSL_CCC.md | 32 shuts down the SSL/TLS layer after authenticating. The rest of the control
|
Completed in 28 milliseconds
12