Searched refs:http_response_omit_header (Results 1 – 4 of 4) sorted by relevance
65 int http_response_omit_header(request_st *r, const data_string *ds);
43 http_response_omit_header (request_st * const r, const data_string * const ds) in http_response_omit_header() function144 if ((ds->key.ptr[0] & 0xdf) == 'X' && http_response_omit_header(r, ds)) in http_response_write_header()
2223 if ((k[0] & 0xdf) == 'X' && http_response_omit_header(r, ds)) { in h2_send_headers()
1779 * [core] cold func http_response_omit_header()