Searched refs:written (Results 1 – 9 of 9) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | network_solaris_sendfilev.c | 141 size_t written; in network_write_chunkqueue_solarissendfilev() local 174 if (-1 == (r = sendfilev(fd, &fvec, 1, &written))) { in network_write_chunkqueue_solarissendfilev() 186 c->offset += written; in network_write_chunkqueue_solarissendfilev() 187 cq->bytes_out += written; in network_write_chunkqueue_solarissendfilev() 188 max_bytes -= written; in network_write_chunkqueue_solarissendfilev()
|
| H A D | network.c | 998 off_t written = 0; local 1032 written = cq->bytes_out; 1064 written = cq->bytes_out - written; 1065 con->bytes_written += written; 1066 con->bytes_written_cur_second += written; 1068 *(con->conf.global_bytes_per_second_cnt_ptr) += written;
|
| H A D | mod_fastcgi.c | 2058 off_t written = 0; in fcgi_create_env() local 2074 for (written = 0; written != weWant; ) { in fcgi_create_env() 2076 log_error_write(srv, __FILE__, __LINE__, "soso", "chunk:", written, "/", weWant); in fcgi_create_env() 2083 if (weHave > weWant - written) weHave = weWant - written; in fcgi_create_env() 2098 written += weHave; in fcgi_create_env() 2138 if (weHave > weWant - written) weHave = weWant - written; in fcgi_create_env() 2144 written += weHave; in fcgi_create_env()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | accesslog.txt | 35 name of the file where the accesslog should be written too if syslog 90 If %s is written %>s or %<s the < and the > are ignored. They are support 93 %i and %o expect the name of the field which should be written in curly brackets.
|
| H A D | fastcgi.txt | 16 your self-written applications.
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | COPYING | 18 specific prior written permission.
|
| H A D | aclocal.m4 | 488 # written in clear, in which case automake, when reading aclocal.m4,
|
| /mOS-networking-stack/ |
| H A D | LICENSE | 17 derived from this software without specific prior written permission.
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 592 # file could not be fully written (such as if the disk is full).
|