Lines Matching refs:chunkqueue
27 static void http_chunk_len_append(chunkqueue * const cq, uintmax_t len) { in http_chunk_len_append()
44 static int http_chunk_len_append_tempfile(chunkqueue * const cq, uintmax_t len, log_error_st * cons… in http_chunk_len_append_tempfile()
69 chunkqueue * const cq = &r->write_queue; in http_chunk_append_read_fd_range()
92 chunkqueue * const cq = &r->write_queue; in http_chunk_append_file_ref_range()
118 chunkqueue * const cq = &r->write_queue; in http_chunk_append_file_fd_range()
157 chunkqueue * const cq = &r->write_queue; in http_chunk_append_to_tempfile()
176 static int http_chunk_append_cq_to_tempfile(request_st * const r, chunkqueue * const src, const siz… in http_chunk_append_cq_to_tempfile()
177 chunkqueue * const cq = &r->write_queue; in http_chunk_append_cq_to_tempfile()
197 static int http_chunk_uses_tempfile(const chunkqueue * const cq, const size_t len) { in http_chunk_uses_tempfile()
214 chunkqueue * const cq = &r->write_queue; in http_chunk_append_buffer()
239 chunkqueue * const cq = &r->write_queue; in http_chunk_append_mem()
255 int http_chunk_transfer_cqlen(request_st * const r, chunkqueue * const src, const size_t len) { in http_chunk_transfer_cqlen()
258 chunkqueue * const cq = &r->write_queue; in http_chunk_transfer_cqlen()