Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 39) sorted by relevance

12

/curl/docs/libcurl/
H A Dmksymbolsmanpage.pl290 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 Dtest1175.pl57 my ($symbol, $added, $rest) = ($1,$2,$3);
58 if($rest =~ /^([0-9.]+)/) {
H A Dtest1488.pl106 my ($sym, $rest)=($1, $2);
107 my @a=split(/ +/, $rest);
H A Dtest1119.pl145 my ($sym, $rest)=($1, $2);
152 my @a=split(/ +/, $rest);
H A Dtest1173.pl224 my ($format, $rest) = ($1, $2);
225 if($rest !~ /\\fP/) {
H A Dftpserver.pl2024 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 Dnoproxy.c83 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 Dmqtt.c678 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 Dversion-check.pl47 my ($sym, $rest)=($1, $2);
48 my @a=split(/ +/, $rest);
/curl/src/
H A Dtool_setopt.c366 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 Dftp-ssl-ccc.md20 authenticating. The rest of the control channel communication is be
H A Durl-query.md28 If the argument starts with a '+' (plus), the rest of the string is provided
H A Ddata-binary.md21 If you start the data with the letter @, the rest should be a filename.
H A Dretry.md26 minutes which then remains delay between the rest of the retries. By using
H A Djson.md34 If you start the data with the letter @, the rest should be a filename to read
H A Ddata.md40 If you start the data with the letter @, the rest should be a filename to read
/curl/tests/data/
H A Dtest11644 # Strip the port number but leave the rest
H A Dtest21245 # Strip the addresses and port number but leave the rest
H A Dtest43759 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35661 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest190871 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest43880 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35884 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35984 # strip out the (dynamic) expire date from the file so that the rest
/curl/docs/libcurl/opts/
H A DCURLOPT_FTP_SSL_CCC.md32 shuts down the SSL/TLS layer after authenticating. The rest of the control

Completed in 28 milliseconds

12