Home
last modified time | relevance | path

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

12

/curl/docs/libcurl/
H A Dmksymbolsmanpage.pl289 my ($symbol, $rest)=($1,$2);
291 if($rest =~ s/^([0-9.]*) *//) {
294 if($rest =~ s/^([0-9.]*) *//) {
297 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 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.pl2029 my $rest=0;
2031 $rest = $_[0];
2032 logmsg "Set REST position to $rest\n"
2356 if($rest) {
2358 $size -= $rest;
2359 logmsg "REST $rest was removed from size, makes $size left\n";
2360 $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()
96 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.c368 unsigned long rest = (unsigned long)lval; in tool_setopt_bitmask() local
373 if((nv->value & ~ rest) == 0) { in tool_setopt_bitmask()
375 rest &= ~ nv->value; /* remove bits handled here */ in tool_setopt_bitmask()
377 preamble, nv->name, rest ? " |" : ");"); in tool_setopt_bitmask()
378 if(!rest) in tool_setopt_bitmask()
388 if(rest) in tool_setopt_bitmask()
389 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. Data
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 Dtest11641 # Strip the port number but leave the rest
H A Dtest21242 # Strip the addresses and port number but leave the rest
H A Dtest43758 # 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.md31 shuts down the SSL/TLS layer after authenticating. The rest of the control
/curl/m4/
H A Dcurl-override.m434 dnl visible to the rest of the compilation overriding

Completed in 47 milliseconds

12