Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c2182 off_t sendfile2_content_length = 0; in fcgi_response_parse() local
2335 sendfile2_content_length += range_len; in fcgi_response_parse()
2366 buffer_copy_off_t(dcls->value, sendfile2_content_length); in fcgi_response_parse()
2371 con->response.content_length = sendfile2_content_length; in fcgi_response_parse()