Home
last modified time | relevance | path

Searched refs:ci_http_response_headers (Results 1 – 11 of 11) sorted by relevance

/dports/www/c-icap/c_icap-0.5.10/
H A Dsimple_api.c39 ci_headers_list_t * ci_http_response_headers(ci_request_t * req) in ci_http_response_headers() function
73 if (!(heads = ci_http_response_headers(req))) in ci_http_response_reset_headers()
142 if (!(heads = ci_http_response_headers(req))) in ci_http_response_add_header()
163 if (!(heads = ci_http_response_headers(req))) in ci_http_response_remove_header()
184 if (!(heads = ci_http_response_headers(req))) in ci_http_response_get_header()
209 if (!(heads = ci_http_response_headers(req))) { in ci_http_content_length()
337 ci_headers_list_t *headers = ci_http_response_headers(req); in ci_http_response_content_encoding()
H A Dacl.c1022 heads = ci_http_response_headers(req); in get_http_resp_header()
1029 heads = ci_http_response_headers(req); in free_http_resp_header()
1087 heads = ci_http_response_headers(req); in get_http_resp_line()
1108 heads = ci_http_response_headers(req); in free_http_resp_line()
H A Dtxt_format.c499 http_resp_headers = ci_http_response_headers(req); in fmt_http_res_head_o()
H A Dfiletype.c665 heads = ci_http_response_headers(req); in ci_extend_filetype()
/dports/www/c-icap/c_icap-0.5.10/include/
H A Dsimple_api.h425 CI_DECLARE_FUNC(ci_headers_list_t *) ci_http_response_headers(ci_request_t *req);
646 #define ci_respmod_headers ci_http_response_headers
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/content_filtering/
H A Dsrv_content_filtering.c360 heads = ci_http_response_headers(req); in srv_content_filtering_end_of_data_handler()
426 if ( ci_http_response_headers(req)) in generate_error_page()
H A Dfilters.c161 if (!(headers = ci_http_response_headers(req))) in matchResponseHeaderRegex()
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/url_check/
H A Drequest_filter.c144 if (!(heads = ci_http_response_headers(req))) in http_header_replace_cb()
/dports/www/c-icap/c_icap-0.5.10/utils/
H A Dc-icap-client.c60 if ((headers = ci_http_response_headers(req)) == NULL) { in print_headers()
/dports/www/squidclamav/squidclamav-7.1/src/
H A Dsquidclamav.c1790 if (!(heads = ci_http_response_headers(req))) { in http_content_type()
1894 if ( ci_http_response_headers(req)) in generate_template_page()
1970 if ( ci_http_response_headers(req)) in generate_redirect_page()
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/virus_scan/
H A Dvirus_scan.c1097 if ( ci_http_response_headers(req))