Searched refs:gateway_parameter (Results 1 – 2 of 2) sorted by relevance
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/ |
H A D | HTAccess.c | 497 char *gateway_parameter = NULL, *gateway, *proxy; in get_physical() local 502 HTSprintf0(&gateway_parameter, "WWW_%s_GATEWAY", acc_method); in get_physical() 503 gateway = LYGetEnv(gateway_parameter); /* coerce for decstation */ in get_physical() 512 strcpy(gateway_parameter, "ftp_proxy"); in get_physical() 514 sprintf(gateway_parameter, "%s_proxy", acc_method); in get_physical() 515 proxy = LYGetEnv(gateway_parameter); in get_physical() 516 FREE(gateway_parameter); in get_physical()
|
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/ |
H A D | HTAccess.c | 497 char *gateway_parameter = NULL, *gateway, *proxy; in get_physical() local 502 HTSprintf0(&gateway_parameter, "WWW_%s_GATEWAY", acc_method); in get_physical() 503 gateway = LYGetEnv(gateway_parameter); /* coerce for decstation */ in get_physical() 512 strcpy(gateway_parameter, "ftp_proxy"); in get_physical() 514 sprintf(gateway_parameter, "%s_proxy", acc_method); in get_physical() 515 proxy = LYGetEnv(gateway_parameter); in get_physical() 516 FREE(gateway_parameter); in get_physical()
|