Home
last modified time | relevance | path

Searched refs:ci_cached_file_read (Results 1 – 3 of 3) sorted by relevance

/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/url_check/
H A Durl_check_body.c113 len = ci_cached_file_read(body->store.cached, buf, len); in body_data_read()
/dports/www/c-icap/c_icap-0.5.10/include/
H A Dbody.h98 CI_DECLARE_FUNC(int) ci_cached_file_read(ci_cached_file_t *body,char *buf,int len);
/dports/www/c-icap/c_icap-0.5.10/
H A Dbody.c524 int ci_cached_file_read(ci_cached_file_t * body, char *buf, int len) in ci_cached_file_read() function