Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 24 of 24) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLINFO_PRIMARY_PORT.md19 CURLINFO_PRIMARY_PORT - get the latest destination port number
31 Pass a pointer to a long to receive the destination port of the most recent
34 This is the destination port of the actual TCP or UDP connection libcurl used.
H A DCURLOPT_ALTSVC.md89 ALPN id for the destination host
93 Hostname for the destination host
97 Port number for the destination host
H A DCURLOPT_AUTOREFERER.md34 when it follows a Location: redirect to a new destination.
H A DCURLOPT_INFILESIZE_LARGE.md65 "ftp://example.com/destination.tar.gz");
H A DCURLOPT_INFILESIZE.md69 "ftp://example.com/destination.tar.gz");
H A DCURLOPT_ALTSVC_CTRL.md41 sure both the source and the destination are legitimate.
H A DCURLOPT_QUOTE.md109 operand to the destination path named by the target operand.
/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_desc.com11 $! Move Release Notes to destination
24 $! all destination files with the same name come from the same source file.
181 $ nlink = "pcsi$destination:" + pathname
182 $ ntarg = "pcsi$destination:" + linktarget
322 $ line_out = " ""rename pcsi$destination:''pathname' ''filename'.DIR"""
363 $ line_out = " ""rename pcsi$destination:''pathname' ''filename'"""
376 $! Move Release Notes to destination
H A Dpcsi_product_gnv_curl.com175 /destination=STAGE_ROOT:[KIT] -
H A Dbuild_vms.com221 $! Define the architecture-specific product file destination directory
H A Dgnv_link_curl.com290 /destination=device:[vms$common.gnv.lib] SSL
/curl/docs/cmdline-opts/
H A Dcontinue-at.md22 source file before it is transferred to the destination. If used with uploads,
H A Dmptcp.md19 paths between the same source and destination. This can enhance bandwidth and
H A Dremote-header-name.md27 the destination directory, it is not overwritten and an error occurs - unless
H A Dupload-file.md7 Help: Transfer local FILE to destination
H A Dquote.md80 operand to the destination path named by the target operand.
H A Dwrite-out.md40 Select a specific target destination file to write the output to, by using
44 the filename cannot be created, curl leaves the output destination to the one
/curl/lib/
H A Dconncache.h122 const char *destination, size_t dest_len,
H A Dconncache.c249 conn->destination, conn->destination_len); in cpool_find_bundle()
257 bundle = cpool_bundle_create(conn->destination, conn->destination_len); in cpool_add_bundle()
590 const char *destination, size_t dest_len, in Curl_cpool_find() argument
605 bundle = Curl_hash_pick(&cpool->dest2bundle, (void *)destination, dest_len); in Curl_cpool_find()
H A Durl.c600 Curl_safefree(conn->destination); in Curl_conn_free()
1264 result = Curl_cpool_find(data, needle->destination, needle->destination_len, in ConnectionExists()
2030 conn->destination = aprintf("%u/%d/%s", conn->scope_id, port, hostname);
2032 conn->destination = aprintf("%d/%s", port, hostname);
2034 if(!conn->destination)
2037 conn->destination_len = strlen(conn->destination) + 1;
2038 Curl_strntolower(conn->destination, conn->destination,
H A Durldata.h803 char *destination; /* string carrying normalized hostname+port+scope */ member
/curl/tests/data/
H A Dtest72861 curl: (97) SOCKS5: the destination hostname is too long to be resolved remotely by the proxy.
H A Dtest146145 -T, --upload-file <file> Transfer local FILE to destination
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md903 organizations prevent this kind of tunneling to other destination port numbers

Completed in 51 milliseconds