Searched refs:suppress_connect_headers (Results 1 – 6 of 6) sorted by relevance
256 bool suppress_connect_headers; /* suppress proxy CONNECT response headers member
1149 config->suppress_connect_headers = toggle; in getparameter()
916 config->suppress_connect_headers?1L:0L); in operate_do()
423 if(!data->set.suppress_connect_headers) { in CONNECT()
1731 bit suppress_connect_headers:1; /* suppress proxy CONNECT response headers member
2620 data->set.suppress_connect_headers = (0 != va_arg(param, long))?TRUE:FALSE; in vsetopt()