Searched refs:transfer_encoding (Results 1 – 8 of 8) sorted by relevance
61 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()
458 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;
192 } transfer_encoding; member
458 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()
64 if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { in http_response_write_header()
721 con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; in proxy_demux_response()
1890 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()
2656 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()