Searched refs:destination (Results 1 – 25 of 25) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_PRIMARY_PORT.md | 19 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 D | CURLOPT_ALTSVC.md | 89 ALPN id for the destination host 93 Hostname for the destination host 97 Port number for the destination host
|
H A D | CURLOPT_AUTOREFERER.md | 34 when it follows a Location: redirect to a new destination.
|
H A D | CURLOPT_INFILESIZE_LARGE.md | 65 "ftp://example.com/destination.tar.gz");
|
H A D | CURLOPT_INFILESIZE.md | 69 "ftp://example.com/destination.tar.gz");
|
H A D | CURLOPT_ALTSVC_CTRL.md | 41 sure both the source and the destination are legitimate.
|
H A D | CURLOPT_QUOTE.md | 109 operand to the destination path named by the target operand.
|
/curl/packages/vms/ |
H A D | build_gnv_curl_pcsi_desc.com | 11 $! 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 D | pcsi_product_gnv_curl.com | 175 /destination=STAGE_ROOT:[KIT] -
|
H A D | build_vms.com | 221 $! Define the architecture-specific product file destination directory
|
H A D | gnv_link_curl.com | 290 /destination=device:[vms$common.gnv.lib] SSL
|
/curl/docs/cmdline-opts/ |
H A D | continue-at.md | 22 source file before it is transferred to the destination. If used with uploads,
|
H A D | mptcp.md | 19 paths between the same source and destination. This can enhance bandwidth and
|
H A D | url.md | 31 destination option unless --remote-name-all is used.
|
H A D | remote-header-name.md | 27 the destination directory, it is not overwritten and an error occurs - unless
|
H A D | upload-file.md | 7 Help: Transfer local FILE to destination
|
H A D | quote.md | 80 operand to the destination path named by the target operand.
|
H A D | write-out.md | 40 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 D | conncache.h | 122 const char *destination, size_t dest_len,
|
H A D | conncache.c | 249 conn->destination, conn->destination_len); in cpool_find_bundle() 257 bundle = cpool_bundle_create(conn->destination, conn->destination_len); in cpool_add_bundle() 578 const char *destination, size_t dest_len, in Curl_cpool_find() argument 593 bundle = Curl_hash_pick(&cpool->dest2bundle, (void *)destination, dest_len); in Curl_cpool_find()
|
H A D | url.c | 602 Curl_safefree(conn->destination); in Curl_conn_free() 1266 result = Curl_cpool_find(data, needle->destination, needle->destination_len, in ConnectionExists() 2027 conn->destination = aprintf("%u/%d/%s", conn->scope_id, port, hostname); 2029 conn->destination = aprintf("%d/%s", port, hostname); 2031 if(!conn->destination) 2034 conn->destination_len = strlen(conn->destination) + 1; 2035 Curl_strntolower(conn->destination, conn->destination,
|
H A D | urldata.h | 806 char *destination; /* string carrying normalized hostname+port+scope */ member
|
/curl/tests/data/ |
H A D | test728 | 61 curl: (97) SOCKS5: the destination hostname is too long to be resolved remotely by the proxy.
|
H A D | test1461 | 45 -T, --upload-file <file> Transfer local FILE to destination
|
/curl/docs/libcurl/ |
H A D | libcurl-tutorial.md | 903 organizations prevent this kind of tunneling to other destination port numbers
|
Completed in 88 milliseconds