Home
last modified time | relevance | path

Searched refs:aliases (Results 1 – 5 of 5) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_HTTP200ALIASES.md25 struct curl_slist *aliases);
30 Pass a pointer to a linked list of *aliases* to be treated as valid HTTP 200
34 of such. By including this string in your list of aliases, the response gets
/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_desc.com158 $! Read through the file list to set up aliases and rename commands.
209 $! add aliases
224 $! remove aliases
253 $! remove aliases
275 $! add aliases and follow with renames.
H A Dgnv_libcurl_symbols.opt26 ! shortened symbol will be exported, and three aliases should be created,
27 ! The aliases will be the special shortened uppercase alias, and both
H A Dgenerate_vax_transfer.com128 $! End of pass one, second pass needed if aliases exist
/curl/src/
H A Dtool_getparam.c73 static const struct LongShort aliases[]= { variable
756 for(j = 0; j < sizeof(aliases)/sizeof(aliases[0]); j++) { in findshortopt()
757 if(aliases[j].letter != ' ') { in findshortopt()
758 unsigned char l = (unsigned char)aliases[j].letter; in findshortopt()
759 singles[l - ' '] = &aliases[j]; in findshortopt()
1018 return bsearch(&key, aliases, sizeof(aliases)/sizeof(aliases[0]), in findlongopt()
1019 sizeof(aliases[0]), findarg); in findlongopt()

Completed in 10 milliseconds