Searched refs:pair (Results 1 – 13 of 13) sorted by relevance
/curl/tests/libtest/ |
H A D | lib1597.c | 31 struct pair { struct 52 static const struct pair prots[] = { in test() argument
|
/curl/docs/cmdline-opts/ |
H A D | resolve.md | 19 Provide a custom address for a specific host and port pair. Using this, you 28 port pair to the specified address. Wildcard is resolved last so any --resolve
|
H A D | url-query.md | 24 Add a piece of data, usually a name + value pair, to the end of the URL query
|
H A D | connect-to.md | 19 For a request intended for the `HOST1:PORT1` pair, connect to `HOST2:PORT2`
|
H A D | upload-file.md | 45 --upload-file + URL pair specifies what to upload and to where. curl also
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MAIL_AUTH.md | 41 be specified within a pair of angled brackets (\<\>). However, if an empty 42 string is used then a pair of brackets are sent by libcurl as required by RFC
|
H A D | CURLOPT_RESOLVE.md | 55 pair so redirects and everything that operations against the HOST+PORT instead 62 If the DNS cache already has an entry for the given host+port pair, the new
|
H A D | CURLOPT_MAIL_RCPT.md | 39 pair of angled brackets (\<\>), however, should you not use an angled bracket
|
H A D | CURLMOPT_MAX_HOST_CONNECTIONS.md | 32 hostname + port number pair). For each new transfer to the same host, libcurl
|
/curl/lib/ |
H A D | http_aws_sigv4.c | 425 struct pair { struct 432 const struct pair *aa = a; in compare_func() argument 433 const struct pair *bb = b; in compare_func() 521 struct pair array[MAX_QUERYPAIRS]; in canon_query() 522 struct pair *ap = &array[0]; in canon_query() 547 qsort(&array[0], entry, sizeof(struct pair), compare_func); in canon_query()
|
/curl/packages/vms/ |
H A D | pcsi_gnv_curl_file_list.txt | 12 ! Each subdirectory needs to be on its own pair of lines.
|
/curl/tests/ |
H A D | runtests.md | 53 runtests.pl directly rather than via make, each test emits a pair of lines
|
/curl/docs/ |
H A D | TODO | 262 host + port pair. Consider making support for providing a replacement address
|
Completed in 27 milliseconds