Searched refs:alias (Results 1 – 18 of 18) sorted by relevance
/curl/lib/ |
H A D | optiontable.pl | 111 $alias{$o} = $n; 120 my $a = $alias{$name}; 123 $name = $alias{$name};
|
H A D | content_encoding.c | 954 (ce->alias && strncasecompare(name, ce->alias, len) in find_unencode_writer() 955 && !ce->alias[len])) in find_unencode_writer() 963 (ce->alias && strncasecompare(name, ce->alias, len) && !ce->alias[len])) in find_unencode_writer()
|
H A D | sendf.h | 109 const char *alias; /* writer name alias, maybe NULL. */ member
|
/curl/tests/ |
H A D | test1139.pl | 54 my %alias = ( 108 $alias{$1}=$3; 124 if($alias{$opt}) {
|
/curl/docs/libcurl/ |
H A D | curl_easy_option_by_id.md | 34 returns the non-alias version of the cases where there is an alias function as
|
H A D | curl_easy_option_next.md | 43 name is provided for backwards compatibility as an alias.
|
/curl/docs/cmdline-opts/ |
H A D | data-ascii.md | 21 This option is just an alias for --data.
|
H A D | disable-epsv.md | 23 --epsv can be used to explicitly enable EPSV again and --no-epsv is an alias
|
H A D | disable-eprt.md | 25 --eprt can be used to explicitly enable EPRT again and --no-eprt is an alias
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HTTP200ALIASES.md | 41 The alias itself is not parsed for any version strings. The protocol is 42 assumed to match HTTP 1.0 when an alias match.
|
H A D | CURLOPT_XFERINFODATA.md | 33 This is an alias for CURLOPT_PROGRESSDATA(3).
|
H A D | CURLOPT_HTTP_VERSION.md | 60 The alias *CURL_HTTP_VERSION_2* was added in 7.43.0 to better reflect the
|
/curl/packages/vms/ |
H A D | curl_gnv_build_steps.txt | 195 an alias in upper case with CRC shortened, in addition to having an exact 196 case truncated alias and an uppercase truncated alias. 235 to create an alias link on install and remove the link on remove. 237 Since at this time curl does not need this alias procedure, the steps
|
H A D | gnv_libcurl_symbols.opt | 24 ! in pairs for both exact and with an uppercase alias. 27 ! The aliases will be the special shortened uppercase alias, and both
|
H A D | pcsi_gnv_curl_file_list.txt | 8 ! If more than one link, consider using an alias file.
|
/curl/packages/OS400/ |
H A D | README.OS400 | 349 curl_easy_setopt_blob() are all alias prototypes to curl_easy_setopt(), but 354 curl_easy_getinfo_off_t() are all alias prototypes to curl_easy_getinfo(), 357 curl_multi_setopt_function() and curl_multi_setopt_offset() are all alias 360 curl_share_setopt_proc() are all alias prototypes to curl_share_setopt, 362 _ Procedure curl_easy_setopt_blob_ccsid() is an alias of 368 alias. The same applies to curl_formadd_ccsid() too.
|
H A D | curl.inc.in | 1165 d c 10057 PROGRESSDATA alias 2691 * option. Other argument lists may be implemented by alias procedure
|
/curl/CMake/ |
H A D | PickyWarnings.cmake | 58 # Prefer the -Wextra alias with clang.
|
Completed in 44 milliseconds