| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | fastcgi-state.dot | 2 init -> connect -> prepwrite -> write -> read -> close 3 write -> write
|
| H A D | fastcgi-state.txt | 38 :write: 39 write the fastcgi-request to the network 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; 16 write -> error;
|
| H A D | state.txt | 47 :write: 48 write response-header + content to network 68 HTTP-response header. In the 'write' state the prepare content is sent out 151 :write:
|
| H A D | performance.txt | 42 server.max-write-idle = 360 95 write(). Every modern OS provides its own syscall to help network servers 99 to copy the file into the webserver just to write() it back into a socket 110 all write
|
| H A D | configuration.txt | 427 server.max-write-idle 428 maximum number of seconds until a waiting write call times out and closes
|
| H A D | magnet.txt | 71 Lighttpd has its internal variables which are exported as read/write to the magnet. 104 All of them are readable, not all of the are writable (or don't have an effect if you write to them…
|
| H A D | cml.txt | 79 # generate content and write it to $cachefile
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | network_write.c | 56 if ((r = write(fd, offset, toSend)) < 0) { in network_write_chunkqueue_write() 127 if ((r = write(fd, p + offset, toSend)) <= 0) { in network_write_chunkqueue_write() 167 if ((r = write(fd, srv->tmp_buf->ptr, toSend)) < 0) { in network_write_chunkqueue_write() 215 p->write = network_write_write_chunkset;
|
| H A D | fdevent_solaris_devpoll.c | 35 if (-1 == write(ev->devpoll_fd, &pfd, sizeof(pfd))) { in fdevent_solaris_devpoll_event_del() 59 if (-1 == write(ev->devpoll_fd, &pfd, sizeof(pfd))) { in fdevent_solaris_devpoll_event_set()
|
| H A D | proc_open.c | 301 if (write(proc.in.fd, (void *)in->ptr, in->used) < 0) { in proc_open_buffer() 318 if (tmp->used > 0 && write(2, (void*)tmp->ptr, tmp->used) < 0) { in proc_open_buffer()
|
| H A D | network_mtcp_writev.c | 447 if ((r = write(fd, p + offset, toSend)) <= 0) { in network_write_chunkqueue_mtcp_writev() 536 p->write = network_linuxsendfile_write_chunkset;
|
| H A D | network_linux_sendfile.c | 249 p->write = network_linuxsendfile_write_chunkset;
|
| H A D | mod_accesslog.c | 423 write(s->log_access_fd, s->access_logbuffer->ptr, s->access_logbuffer->used - 1); in FREE_FUNC() 601 write(s->log_access_fd, s->access_logbuffer->ptr, s->access_logbuffer->used - 1); in SIGHUP_FUNC() 918 write(p->conf.log_access_fd, b->ptr, b->used - 1); in REQUESTDONE_FUNC()
|
| H A D | log.c | 370 write(srv->errorlog_fd, srv->errorlog_buf->ptr, srv->errorlog_buf->used - 1); in log_error_write()
|
| H A D | network_writev.c | 292 if ((r = write(fd, start + (abs_offset - c->file.mmap.offset), toSend)) < 0) { in network_write_chunkqueue_writev()
|
| H A D | mod_rrdtool.c | 194 res = write(fd, buf, count); in safe_write()
|
| H A D | SConscript | 94 open('plugin-static.h', 'w+').write(staticinit)
|
| H A D | server.c | 1032 write(STDOUT_FILENO, b, strlen(b)); in show_version() 1209 write(STDOUT_FILENO, b, strlen(b)); in show_help() 1707 write(pid_fd, srv->tmp_buf->ptr, srv->tmp_buf->used - 1); in main()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | lighttpd.conf | 287 server.max-write-idle = 3600
|
| H A D | m-lighttpd.conf | 286 server.max-write-idle = 3600
|
| /mOS-networking-stack/core/src/include/ |
| H A D | stat.h | 61 uint64_t write; member
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 124 uint64_t write; member 433 int _wr = write(wv->fd, pbuf + wr, rd - wr); in HandleReadEvent() 442 wv->write += _wr; in HandleReadEvent() 456 wv->recv - wv->header_len, wv->write); in HandleReadEvent()
|
| H A D | epwget-mp.c | 123 uint64_t write; member 432 int _wr = write(wv->fd, pbuf + wr, rd - wr); in HandleReadEvent() 441 wv->write += _wr; in HandleReadEvent() 455 wv->recv - wv->header_len, wv->write); in HandleReadEvent()
|
| /mOS-networking-stack/core/src/ |
| H A D | debug.c | 17 ret = write(mtcp->sp_fd, "A", 1); in flush_log_data()
|