Searched refs:MEM_CHUNK (Results 1 – 15 of 15) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | chunk.c | 147 case MEM_CHUNK: in chunkqueue_reset() 188 c->type = MEM_CHUNK; in chunkqueue_append_buffer() 201 c->type = MEM_CHUNK; in chunkqueue_append_buffer_weak() 217 c->type = MEM_CHUNK; in chunkqueue_prepend_buffer() 233 c->type = MEM_CHUNK; in chunkqueue_append_mem() 247 c->type = MEM_CHUNK; in chunkqueue_get_prepend_buffer() 261 c->type = MEM_CHUNK; in chunkqueue_get_append_buffer() 329 case MEM_CHUNK: in chunkqueue_length() 349 case MEM_CHUNK: in chunkqueue_written() 372 case MEM_CHUNK: in chunkqueue_remove_finished_chunks()
|
| H A D | network_freebsd_sendfile.c | 41 case MEM_CHUNK: { in network_write_chunkqueue_freebsdsendfile() 56 …for(num_chunks = 0, tc = c; tc && tc->type == MEM_CHUNK && num_chunks < UIO_MAXIOV; num_chunks++, … in network_write_chunkqueue_freebsdsendfile()
|
| H A D | network_solaris_sendfilev.c | 48 case MEM_CHUNK: { in network_write_chunkqueue_solarissendfilev() 66 …for(num_chunks = 0, tc = c; tc && tc->type == MEM_CHUNK && num_chunks < UIO_MAXIOV; num_chunks++, … in network_write_chunkqueue_solarissendfilev()
|
| H A D | network_linux_sendfile.c | 37 case MEM_CHUNK: { in network_write_chunkqueue_linuxsendfile() 53 tc && tc->type == MEM_CHUNK && num_chunks < UIO_MAXIOV; in network_write_chunkqueue_linuxsendfile()
|
| H A D | network_mtcp_writev.c | 40 case MEM_CHUNK: { 72 …for (num_chunks = 0, tc = c; tc && tc->type == MEM_CHUNK && num_chunks < max_chunks; num_chunks++,… 353 case MEM_CHUNK: { in network_write_chunkqueue_mtcp_writev()
|
| H A D | chunk.h | 9 enum { UNUSED_CHUNK, MEM_CHUNK, FILE_CHUNK } type; enumerator
|
| H A D | network_writev.c | 40 case MEM_CHUNK: { in network_write_chunkqueue_writev() 72 …for (num_chunks = 0, tc = c; tc && tc->type == MEM_CHUNK && num_chunks < max_chunks; num_chunks++,… in network_write_chunkqueue_writev()
|
| H A D | network_write.c | 34 case MEM_CHUNK: { in network_write_chunkqueue_write()
|
| H A D | network_openssl.c | 65 case MEM_CHUNK: { in network_write_chunkqueue_openssl()
|
| H A D | mod_webdav.c | 1047 case MEM_CHUNK: in webdav_parse_chunkqueue() 1753 case MEM_CHUNK: in URIHANDLER_FUNC()
|
| H A D | mod_proxy.c | 518 case MEM_CHUNK: in proxy_create_env()
|
| H A D | mod_cgi.c | 1130 case MEM_CHUNK: in cgi_create_env()
|
| H A D | connections.c | 1171 dst_cq->last->type == MEM_CHUNK) {
|
| H A D | mod_scgi.c | 1661 case MEM_CHUNK: in scgi_create_env()
|
| H A D | mod_fastcgi.c | 2134 case MEM_CHUNK: in fcgi_create_env()
|