Searched defs:cq (Results 1 – 13 of 13) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | chunk.c | 22 chunkqueue *cq; in chunkqueue_init() local 79 void chunkqueue_free(chunkqueue *cq) { in chunkqueue_free() 99 static chunk *chunkqueue_get_unused_chunk(chunkqueue *cq) { in chunkqueue_get_unused_chunk() 140 void chunkqueue_reset(chunkqueue *cq) { in chunkqueue_reset() 242 buffer * chunkqueue_get_prepend_buffer(chunkqueue *cq) { in chunkqueue_get_prepend_buffer() 256 buffer *chunkqueue_get_append_buffer(chunkqueue *cq) { in chunkqueue_get_append_buffer() 278 chunk *chunkqueue_get_append_tempfile(chunkqueue *cq) { in chunkqueue_get_append_tempfile() 323 off_t chunkqueue_length(chunkqueue *cq) { in chunkqueue_length() 343 off_t chunkqueue_written(chunkqueue *cq) { in chunkqueue_written() 361 int chunkqueue_is_empty(chunkqueue *cq) { in chunkqueue_is_empty() [all …]
|
| H A D | http_chunk.c | 55 chunkqueue *cq; in http_chunk_append_file() local 75 chunkqueue *cq; in http_chunk_append_buffer() local 95 chunkqueue *cq; in http_chunk_append_mem() local
|
| H A D | network_write.c | 27 int network_write_chunkqueue_write(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_… in network_write_chunkqueue_write()
|
| H A D | network_mtcp_writev.c | 346 int network_write_chunkqueue_mtcp_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_… in network_write_chunkqueue_mtcp_writev()
|
| H A D | network_linux_sendfile.c | 30 int network_write_chunkqueue_linuxsendfile(server *srv, connection *con, int fd, chunkqueue *cq, of… in network_write_chunkqueue_linuxsendfile()
|
| H A D | network_freebsd_sendfile.c | 34 int network_write_chunkqueue_freebsdsendfile(server *srv, connection *con, int fd, chunkqueue *cq, … in network_write_chunkqueue_freebsdsendfile()
|
| H A D | network_openssl.c | 30 int network_write_chunkqueue_openssl(server *srv, connection *con, SSL *ssl, chunkqueue *cq, off_t … in network_write_chunkqueue_openssl()
|
| H A D | network_solaris_sendfilev.c | 41 int network_write_chunkqueue_solarissendfilev(server *srv, connection *con, int fd, chunkqueue *cq,… in network_write_chunkqueue_solarissendfilev()
|
| H A D | network_writev.c | 33 int network_write_chunkqueue_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_t max… in network_write_chunkqueue_writev()
|
| H A D | network.c | 996 network_write_chunkqueue(server *srv, connection *con, chunkqueue *cq, off_t max_bytes) {
|
| H A D | connections.c | 916 chunkqueue *cq = con->read_queue; local
|
| H A D | mod_webdav.c | 990 static int webdav_parse_chunkqueue(server *srv, connection *con, plugin_data *p, chunkqueue *cq, xm… in webdav_parse_chunkqueue() 1612 chunkqueue *cq = con->request_content_queue; in URIHANDLER_FUNC() local
|
| H A D | mod_cgi.c | 1077 chunkqueue *cq = con->request_content_queue; in cgi_create_env() local
|