Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_chunk.c48 chunkqueue_append_buffer(con->write_queue, b); in http_chunk_append_len()
59 cq = con->write_queue; in http_chunk_append_file()
79 cq = con->write_queue; in http_chunk_append_buffer()
99 cq = con->write_queue; in http_chunk_append_mem()
131 return chunkqueue_length(con->write_queue); in http_chunkqueue_length()
H A Dmod_ssi.c443 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
458 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
469 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
480 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
491 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
500 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
508 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
596 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
612 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
696 b = chunkqueue_get_append_buffer(con->write_queue); in process_ssi_stmt()
[all …]
H A Dconnections.c464 chunkqueue_reset(con->write_queue);
494 chunkqueue_reset(con->write_queue);
568 off_t qlen = chunkqueue_length(con->write_queue);
633 chunkqueue_reset(con->write_queue);
721 con->write_queue = chunkqueue_init();
749 chunkqueue_free(con->write_queue);
879 chunkqueue_reset(con->write_queue);
1270 !chunkqueue_is_empty(con->write_queue) &&
1694 if (!chunkqueue_is_empty(con->write_queue)) {
1699 con->write_queue->used);
[all …]
H A Dmod_cml_lua.c377 chunkqueue_append_file(con->write_queue, b, 0, sce->st.st_size); in cache_parse_lua()
427 chunkqueue_reset(con->write_queue); in cache_parse_lua()
431 chunkqueue_reset(con->write_queue); in cache_parse_lua()
443 chunkqueue_reset(con->write_queue); in cache_parse_lua()
H A Dmod_status.c211 b = chunkqueue_get_append_buffer(con->write_queue); in mod_status_handle_server_status_html()
500 buffer_append_off_t(b, chunkqueue_written(c->write_queue)); in mod_status_handle_server_status_html()
502 buffer_append_off_t(b, chunkqueue_length(c->write_queue)); in mod_status_handle_server_status_html()
573 b = chunkqueue_get_append_buffer(con->write_queue); in mod_status_handle_server_status_text()
637 b = chunkqueue_get_append_buffer(con->write_queue); in mod_status_handle_server_statistics()
709 b = chunkqueue_get_append_buffer(con->write_queue); in mod_status_handle_server_config()
H A Dmod_staticfile.c290 b = chunkqueue_get_append_buffer(con->write_queue); in http_response_parse_range()
313 chunkqueue_append_file(con->write_queue, con->physical.path, start, end - start + 1); in http_response_parse_range()
325 b = chunkqueue_get_append_buffer(con->write_queue); in http_response_parse_range()
H A Dmod_magnet.c759 chunkqueue_append_mem(con->write_queue, s, s_len + 1); in magnet_attach_content()
793 chunkqueue_append_file(con->write_queue, fn, off, len - off); in magnet_attach_content()
1022 if (!chunkqueue_is_empty(con->write_queue)) { in magnet_attract()
H A Dmod_flv_streaming.c245 b = chunkqueue_get_append_buffer(con->write_queue); in URIHANDLER_FUNC()
H A Dresponse.c36 b = chunkqueue_get_prepend_buffer(con->write_queue); in http_response_write_header()
217 chunkqueue_reset(con->write_queue); in http_response_prepare()
H A Dbase.h393 …chunkqueue *write_queue; /* a large queue for low-level write ( HTTP response ) [ file, mem ]… member
H A Dmod_compress.c654 chunkqueue_reset(con->write_queue); in deflate_file_to_buffer()
655 b = chunkqueue_get_append_buffer(con->write_queue); in deflate_file_to_buffer()
H A Dmod_webdav.c1107 b = chunkqueue_get_append_buffer(con->write_queue); in webdav_lockdiscovery()
1346 b = chunkqueue_get_append_buffer(con->write_queue); in URIHANDLER_FUNC()
1560 b = chunkqueue_get_append_buffer(con->write_queue); in URIHANDLER_FUNC()
H A Dmod_dirlisting.c782 out = chunkqueue_get_append_buffer(con->write_queue); in http_list_directory()
H A Dmod_cgi.c685 if (chunkqueue_is_empty(con->write_queue)) { in cgi_handle_fdevent()