| /lighttpd1.4/src/ |
| H A D | mod_echo.c | 36 off_t cqlen = chunkqueue_length(cq); in mod_echo_request_body() 39 if (chunkqueue_length(&r->write_queue) > 65536 - 4096) { in mod_echo_request_body() 60 cqlen = chunkqueue_length(cq); in mod_echo_request_body() 81 if (chunkqueue_length(cq) > 65536 - 4096 in SUBREQUEST_FUNC() 108 if (0 != http_chunk_transfer_cqlen(r, cq, chunkqueue_length(cq))) in SUBREQUEST_FUNC()
|
| H A D | http_range.c | 156 const off_t complete_length = chunkqueue_length(cq); in http_range_single() 229 const off_t complete_length = chunkqueue_length(cq); in http_range_multi() 293 const off_t content_length = chunkqueue_length(&r->write_queue); in http_range_process() 323 chunkqueue_length(&r->write_queue)); in http_range_process()
|
| H A D | chunk.h | 169 static inline off_t chunkqueue_length(const chunkqueue *cq); 170 static inline off_t chunkqueue_length(const chunkqueue *cq) { in chunkqueue_length() function
|
| H A D | mod_cgi.c | 489 chunkqueue_mark_written(cq, chunkqueue_length(cq)); in cgi_process_wr_revents() 702 chunkqueue_mark_written(cq, chunkqueue_length(cq)); in cgi_write_request() 726 off_t cqlen = chunkqueue_length(cq); in cgi_write_request() 948 chunkqueue_mark_written(cq, chunkqueue_length(cq)); in cgi_create_env() 1101 if (chunkqueue_length(&r->write_queue) > 65536 - 4096) { in SUBREQUEST_FUNC() 1117 if (chunkqueue_length(cq) > 65536 - 4096 in SUBREQUEST_FUNC()
|
| H A D | connections.c | 290 if (NULL != c || (con->is_ssl_sock && chunkqueue_length(cq) > 16384)) { in connection_write_chunkqueue() 591 const size_t clen = chunkqueue_length(cq); in connection_read_header_more() 1217 const off_t cqlen = chunkqueue_length(con->write_queue); in connection_state_machine_h2() 1647 off_t len = chunkqueue_length(cq); in connection_handle_read_post_chunked() 1738 len = chunkqueue_length(cq); in connection_handle_read_post_chunked() 1781 len = chunkqueue_length(cq); in connection_handle_read_post_chunked() 1913 else if (chunkqueue_length(dst_cq) + len <= 64*1024 in connection_handle_read_post_state()
|
| H A D | response.c | 80 uint32_t len = (uint32_t)chunkqueue_length(cq); in http_response_write_header_partial_1xx() 189 && (cqlen = chunkqueue_length(cq) - r->resp_header_len) > 0 in http_response_write_header() 783 off_t qlen = chunkqueue_length(&r->write_queue); in http_response_write_prepare() 832 off_t qlen = chunkqueue_length(&r->write_queue); in http_response_write_prepare()
|
| H A D | mod_wstunnel.c | 859 if (chunkqueue_length(cq) < 8) in mod_wstunnel_handshake_create_response() 939 r->con->fd, (long long)chunkqueue_length(cq)); in recv_ietf_00() 1027 chunkqueue_mark_written(cq, chunkqueue_length(cq)); in recv_ietf_00() 1126 r->con->fd, (long long)chunkqueue_length(cq)); in recv_rfc_6455() 1297 chunkqueue_mark_written(cq, chunkqueue_length(cq)); in recv_rfc_6455()
|
| H A D | mod_fastcgi.c | 193 off_t req_cqlen = chunkqueue_length(req_cq); in fcgi_stdin_append() 310 off_t rblen = chunkqueue_length(hctx->rb); in fastcgi_get_packet()
|
| H A D | h2.c | 1174 || chunkqueue_length(dst) + alen > 65536) { in h2_recv_data() 1718 for (off_t cqlen = chunkqueue_length(cq); cqlen >= 9; ) { in h2_parse_frames() 1759 cqlen = chunkqueue_length(cq); in h2_parse_frames() 1859 const off_t cqlen = chunkqueue_length(cq); in h2_want_read() 1897 if (chunkqueue_length(cq) < 24) { in h2_recv_client_connection_preface() 2650 const off_t cqlen = chunkqueue_length(cq); in h2_send_cqdata() 2885 const off_t len = chunkqueue_length(cq); in h2_retire_con()
|
| H A D | gw_backend.c | 1879 if (chunkqueue_length(&hctx->wb) < 65536 - 16384) in gw_write_refill_wb() 1884 const off_t qlen = chunkqueue_length(&r->reqbody_queue); in gw_write_refill_wb() 1894 else if (qlen + chunkqueue_length(&hctx->wb) > 65536) { in gw_write_refill_wb() 2012 hctx->fd, chunkqueue_length(&hctx->wb)); in gw_write_request() 2049 off_t wblen = chunkqueue_length(&hctx->wb); in gw_write_request() 2161 if (chunkqueue_length(&r->write_queue) > 65536 - 4096) { in gw_handle_subrequest() 2191 if (chunkqueue_length(&hctx->wb) > 65536 - 4096 in gw_handle_subrequest()
|
| H A D | mod_ajp13.c | 213 const off_t req_cqlen = chunkqueue_length(req_cq); in ajp13_stdin_append() 791 const off_t rblen = chunkqueue_length(hctx->rb); in ajp13_recv_parse_loop()
|
| H A D | http_chunk.c | 206 || chunkqueue_length(cq) + len > 65536); in http_chunk_uses_tempfile()
|
| H A D | chunk.c | 572 cq->bytes_in += chunkqueue_length(src); in chunkqueue_append_chunkqueue() 854 const off_t cqlen = chunkqueue_length(dest); in chunkqueue_to_tempfiles() 1680 off_t cqlen = chunkqueue_length(cq); in chunkqueue_read_squash()
|
| H A D | http-header-glue.c | 1294 off_t cqlen = chunkqueue_length(&r->write_queue); in http_response_read() 1418 if (chunkqueue_length(&r->write_queue) > 65536 - 4096) { in http_response_read()
|
| H A D | mod_deflate.c | 1696 len = chunkqueue_length(cq); in deflate_compress_response() 1702 max = chunkqueue_length(&hctx->in_queue); in deflate_compress_response() 1913 len = chunkqueue_length(&r->write_queue); in REQUEST_FUNC()
|
| H A D | mod_webdav.c | 771 if (chunkqueue_length(cq) <= 65536) in webdav_xml_log_response() 3846 size_t weWant = chunkqueue_length(cq); in webdav_parse_chunkqueue() 4534 const off_t len = chunkqueue_length(cq); in mod_webdav_write_single_file_chunk() 4672 off_t cqlen = chunkqueue_length(cq); in mod_webdav_put_prep() 4826 off_t cqlen = chunkqueue_length(cq); in mod_webdav_put_range() 4844 off_t wrote = chunkqueue_length(cq) - cqlen; in mod_webdav_put_range()
|
| H A D | mod_ssi.c | 1532 if (0 != http_chunk_transfer_cqlen(r, cq, chunkqueue_length(cq))) in mod_ssi_read_fd() 1550 if (0 != http_chunk_transfer_cqlen(r, cq, chunkqueue_length(cq))) in mod_ssi_read_fd()
|
| H A D | mod_magnet.c | 2306 chunkqueue_length(cq) in magnet_respbody() 2319 lua_pushinteger(L, chunkqueue_length(&r->write_queue)); in magnet_respbody() 2444 chunkqueue_length(cq) in magnet_reqbody()
|
| H A D | mod_proxy.c | 801 const off_t req_cqlen = chunkqueue_length(req_cq); in proxy_stdin_append()
|
| /lighttpd1.4/src/t/ |
| H A D | test_mod_ssi.c | 82 assert(2 == chunkqueue_length(cq)); in test_mod_ssi_read_fd()
|
| /lighttpd1.4/ |
| H A D | NEWS | 1586 * [multiple] inline chunkqueue_length()
|