| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | state.txt | 36 init the read-idle timer 37 :read: 38 read http-request-header from network 42 read http-request-content from network 62 As soon as the connection is set up we init the read-timer in 'reqstart' 63 and start to read data from the network. As soon as we get the 90 the 'read' state. 103 read all the delay packet from the network. 129 :read:
|
| H A D | fastcgi-state.dot | 2 init -> connect -> prepwrite -> write -> read -> close 4 read -> read
|
| H A D | fastcgi-state.txt | 40 :read: 41 read fastcgi-response from network and push it to the write-queue 50 connect, write and read may need to wait for an fdevent. That's the reason
|
| H A D | state.dot | 3 connect -> reqstart -> read -> reqend -> handlereq -> respstart -> write -> respend -> connect; 14 read -> error;
|
| H A D | configuration.txt | 54 # variables, computed when config is read. 62 # read configuration from output of a command 421 server.max-read-idle 422 maximum number of seconds until a waiting, non keep-alive read times out
|
| H A D | performance.txt | 41 server.max-read-idle = 60 94 The basic network interface for all platforms at the syscalls read() and 230 For more ideas about tuning FreeBSD read: tuning(7)
|
| H A D | magnet.txt | 71 Lighttpd has its internal variables which are exported as read/write to the magnet. 268 maxndx = f:read("*all")
|
| /mOS-networking-stack/core/src/include/ |
| H A D | stat.h | 62 uint64_t read; member
|
| /mOS-networking-stack/core/src/ |
| H A D | logger.c | 145 int ret = read(ctx->sp_fd, temp, 1); in ThreadLogMain()
|
| H A D | tcp_rb.c | 337 FUNCDEF_BUF_RW(read)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | network_write.c | 151 if (-1 == (toSend = read(ifd, srv->tmp_buf->ptr, toSend))) { in network_write_chunkqueue_write()
|
| H A D | network_openssl.c | 191 if (-1 == (toSend = read(ifd, local_send_buffer, toSend))) { in network_write_chunkqueue_openssl()
|
| H A D | proc_open.c | 284 if ((s = read(fd, (void *)(b->ptr + b->used), 512 - 1)) <= 0) { in proc_read_fd_to_buffer()
|
| H A D | mod_compress.c | 512 if (NULL == start || sce->st.st_size != read(ifd, start, sce->st.st_size)) { in deflate_file_to_file() 615 if (NULL == start || sce->st.st_size != read(ifd, start, sce->st.st_size)) { in deflate_file_to_buffer()
|
| H A D | mod_rrdtool.c | 217 res = read(fd, buf, count); in safe_read()
|
| H A D | SConscript | 126 for aword in lddre.findall(f.read()):
|
| H A D | connections.c | 383 len = read(con->fd, b->ptr + read_offset, b->size - 1 - read_offset); 1290 len = read(con->fd, buf, sizeof(buf)); 1661 len = read(con->fd, buf, sizeof(buf));
|
| H A D | network_mtcp_writev.c | 471 if (-1 == (toSend = read(ifd, srv->tmp_buf->ptr, toSend))) { in network_write_chunkqueue_mtcp_writev()
|
| H A D | mod_ssi.c | 808 if ((r = read(from_exec_fds[0], b->ptr, b->size - 1)) < 0) { in process_ssi_stmt()
|
| H A D | mod_proxy.c | 678 if (-1 == (r = read(hctx->fd, hctx->response->ptr + hctx->response->used - 1, b))) { in proxy_demux_response()
|
| H A D | mod_cgi.c | 357 if (-1 == (n = read(hctx->fd, hctx->response->ptr, hctx->response->size - 1))) { in cgi_demux_response()
|
| H A D | mod_scgi.c | 1799 if (-1 == (n = read(hctx->fd, hctx->response->ptr, hctx->response->size - 1))) { in scgi_demux_response()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 26 …* Fix handling of empty header list entries in http_request_split_value, fixing invalid read in va… 53 * mod_cgi: make read buffer as big as incoming data block 108 …* Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, … 115 * disable warning "CLOSE-read" (fixes #2091) 208 * Limit amount of bytes read for one read-event (fixes #1070) 291 …* Fix #285 again: read error after SSL_shutdown (thx [email protected]) and clear the error… 344 …* fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reco… 647 * added madvise() to instruct the kernel the do proper read-ahead in network_writev 660 * fixed open file-descriptors on read-error 741 * added a read-only WebDAV module
|
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 406 ret = read(fd, fcache[nfiles].file + total_read, in GlobInitServer()
|
| H A D | epserver.c | 407 ret = read(fd, fcache[nfiles].file + total_read, in GlobInitServer()
|