Home
last modified time | relevance | path

Searched defs:cq (Results 1 – 13 of 13) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dchunk.c22 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 Dhttp_chunk.c55 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 Dnetwork_write.c27 int network_write_chunkqueue_write(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_… in network_write_chunkqueue_write()
H A Dnetwork_mtcp_writev.c346 int network_write_chunkqueue_mtcp_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_… in network_write_chunkqueue_mtcp_writev()
H A Dnetwork_linux_sendfile.c30 int network_write_chunkqueue_linuxsendfile(server *srv, connection *con, int fd, chunkqueue *cq, of… in network_write_chunkqueue_linuxsendfile()
H A Dnetwork_freebsd_sendfile.c34 int network_write_chunkqueue_freebsdsendfile(server *srv, connection *con, int fd, chunkqueue *cq, … in network_write_chunkqueue_freebsdsendfile()
H A Dnetwork_openssl.c30 int network_write_chunkqueue_openssl(server *srv, connection *con, SSL *ssl, chunkqueue *cq, off_t … in network_write_chunkqueue_openssl()
H A Dnetwork_solaris_sendfilev.c41 int network_write_chunkqueue_solarissendfilev(server *srv, connection *con, int fd, chunkqueue *cq,… in network_write_chunkqueue_solarissendfilev()
H A Dnetwork_writev.c33 int network_write_chunkqueue_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_t max… in network_write_chunkqueue_writev()
H A Dnetwork.c996 network_write_chunkqueue(server *srv, connection *con, chunkqueue *cq, off_t max_bytes) {
H A Dconnections.c916 chunkqueue *cq = con->read_queue; local
H A Dmod_webdav.c990 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 Dmod_cgi.c1077 chunkqueue *cq = con->request_content_queue; in cgi_create_env() local