Home
last modified time | relevance | path

Searched refs:haproxy_clientip (Results 1 – 4 of 4) sorted by relevance

/external/curl/src/
Dtool_cfgable.h290 char *haproxy_clientip; /* client IP for HAProxy protocol */ member
Dtool_cfgable.c58 Curl_safefree(config->haproxy_clientip); in free_config_fields()
Dtool_operate.c1718 if(config->haproxy_clientip) in config2setopts()
1720 config->haproxy_clientip); in config2setopts()
Dtool_getparam.c1900 err = getstr(&config->haproxy_clientip, nextarg, DENY_BLANK); in getparameter()