Home
last modified time | relevance | path

Searched refs:written (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_solaris_sendfilev.c141 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 Dnetwork.c998 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 Dmod_fastcgi.c2058 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 Daccesslog.txt35 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 Dfastcgi.txt16 your self-written applications.
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DCOPYING18 specific prior written permission.
H A Daclocal.m4488 # written in clear, in which case automake, when reading aclocal.m4,
/mOS-networking-stack/
H A DLICENSE17 derived from this software without specific prior written permission.
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m4592 # file could not be fully written (such as if the disk is full).