Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_chunk.c61 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { in http_chunk_append_file()
67 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED && len > 0) { in http_chunk_append_file()
81 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { in http_chunk_append_buffer()
87 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED && mem->used > 0) { in http_chunk_append_buffer()
102 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { in http_chunk_append_mem()
110 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { in http_chunk_append_mem()
116 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { in http_chunk_append_mem()
H A Dconnections.c458 con->response.transfer_encoding &= ~HTTP_TRANSFER_ENCODING_CHUNKED;
492 con->response.transfer_encoding &= ~HTTP_TRANSFER_ENCODING_CHUNKED;
567 (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) == 0) {
605 ((con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) == 0)) {
634 con->response.transfer_encoding &= ~HTTP_TRANSFER_ENCODING_CHUNKED;
825 con->response.transfer_encoding = 0;
H A Dbase.h192 } transfer_encoding; member
H A Dmod_cgi.c458 con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; in cgi_demux_response()
492 con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; in cgi_demux_response()
H A Dresponse.c64 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { in http_response_write_header()
H A Dmod_proxy.c721 con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; in proxy_demux_response()
H A Dmod_scgi.c1890 con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; in scgi_demux_response()
1908 con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; in scgi_demux_response()
H A Dmod_fastcgi.c2656 con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; in fcgi_demux_response()
2666 con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; in fcgi_demux_response()