Home
last modified time | relevance | path

Searched refs:ci_http_content_length (Results 1 – 9 of 9) sorted by relevance

/dports/www/c-icap/c_icap-0.5.10/include/
H A Dsimple_api.h579 CI_DECLARE_FUNC(ci_off_t) ci_http_content_length(ci_request_t *req);
657 #define ci_content_lenght ci_http_content_length
/dports/www/c-icap/c_icap-0.5.10/services/echo/
H A Dsrv_echo.c149 content_len = ci_http_content_length(req); in echo_check_preview_handler()
/dports/www/c-icap/c_icap-0.5.10/services/ex-206/
H A Dsrv_ex206.c131 content_len = ci_http_content_length(req); in ex206_check_preview_handler()
/dports/www/c-icap/c_icap-0.5.10/
H A Dsimple_api.c203 ci_off_t ci_http_content_length(ci_request_t * req) in ci_http_content_length() function
H A Dacl.c1170 ci_off_t clen = ci_http_content_length(req); in get_content_length()
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/content_filtering/
H A Dsrv_content_filtering.c249 content_len = ci_http_content_length(req); in srv_content_filtering_check_preview_handler()
/dports/www/squidclamav/squidclamav-7.1/src/
H A Dsquidclamav.c518 content_length = ci_http_content_length(req); in squidclamav_check_preview_handler()
697 content_length = ci_http_content_length(req); in squidclamav_end_of_data_handler()
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/virus_scan/
H A Dvirus_scan.c421 content_size = ci_http_content_length(req);
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/url_check/
H A Dsrv_url_check.c751 clen = ci_http_content_length(req); in url_check_check_preview()