Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 27) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dstate.txt36 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 Dfastcgi-state.dot2 init -> connect -> prepwrite -> write -> read -> close
4 read -> read
H A Dfastcgi-state.txt40 :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 Dstate.dot3 connect -> reqstart -> read -> reqend -> handlereq -> respstart -> write -> respend -> connect;
14 read -> error;
H A Dconfiguration.txt54 # 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 Dperformance.txt41 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 Dmagnet.txt71 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 Dstat.h62 uint64_t read; member
/mOS-networking-stack/core/src/
H A Dlogger.c145 int ret = read(ctx->sp_fd, temp, 1); in ThreadLogMain()
H A Dtcp_rb.c337 FUNCDEF_BUF_RW(read)
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_write.c151 if (-1 == (toSend = read(ifd, srv->tmp_buf->ptr, toSend))) { in network_write_chunkqueue_write()
H A Dnetwork_openssl.c191 if (-1 == (toSend = read(ifd, local_send_buffer, toSend))) { in network_write_chunkqueue_openssl()
H A Dproc_open.c284 if ((s = read(fd, (void *)(b->ptr + b->used), 512 - 1)) <= 0) { in proc_read_fd_to_buffer()
H A Dmod_compress.c512 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 Dmod_rrdtool.c217 res = read(fd, buf, count); in safe_read()
H A DSConscript126 for aword in lddre.findall(f.read()):
H A Dconnections.c383 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 Dnetwork_mtcp_writev.c471 if (-1 == (toSend = read(ifd, srv->tmp_buf->ptr, toSend))) { in network_write_chunkqueue_mtcp_writev()
H A Dmod_ssi.c808 if ((r = read(from_exec_fds[0], b->ptr, b->size - 1)) < 0) { in process_ssi_stmt()
H A Dmod_proxy.c678 if (-1 == (r = read(hctx->fd, hctx->response->ptr + hctx->response->used - 1, b))) { in proxy_demux_response()
H A Dmod_cgi.c357 if (-1 == (n = read(hctx->fd, hctx->response->ptr, hctx->response->size - 1))) { in cgi_demux_response()
H A Dmod_scgi.c1799 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 DNEWS26 …* 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 Depserver-mp.c406 ret = read(fd, fcache[nfiles].file + total_read, in GlobInitServer()
H A Depserver.c407 ret = read(fd, fcache[nfiles].file + total_read, in GlobInitServer()

12