Searched refs:bytes (Results 1 – 8 of 8) sorted by relevance
| /lighttpd1.4/doc/outdated/ |
| H A D | accesslog.txt | 65 %b bytes sent for the body 86 %I bytes incoming 87 %O bytes outgoing
|
| H A D | ssi.txt | 40 - ``<!--#config timefmt="..." sizefmt="(bytes|abbrev)" -->``
|
| H A D | rrdtool.txt | 59 DISP="-v bytes --title TrafficWebserver \
|
| /lighttpd1.4/src/ |
| H A D | mod_accesslog.c | 616 accesslog_append_bytes (buffer * const dest, off_t bytes, const uint32_t adj) in accesslog_append_bytes() argument 618 if (bytes > 0) in accesslog_append_bytes() 619 buffer_append_int(dest, (bytes -= (off_t)adj) > 0 ? bytes : 0); in accesslog_append_bytes()
|
| H A D | server.c | 269 ssize_t bytes; in daemonize() local 274 bytes = read(pipefd[0], &buf, sizeof(buf)); in daemonize() 275 } while (bytes < 0 && EINTR == errno); in daemonize() 278 if (bytes <= 0) { in daemonize()
|
| H A D | mod_maxminddb.c | 367 v = (const char *)data->bytes; in geoip2_env_set()
|
| H A D | mod_wstunnel.c | 666 static int get_key3(request_st * const r, char *buf, uint32_t bytes) { in get_key3() argument 673 return chunkqueue_read_data(cq, buf, bytes, r->conf.errh); in get_key3()
|
| /lighttpd1.4/ |
| H A D | NEWS | 202 * [mod_deflate] mark input bytes const 298 * [mod_status] fix counting of HTTP/2 bytes written 762 * [core] li_base64_dec() on 4 bytes at a time 976 * [multiple] internal control for backend read bytes 2723 * [mod_ssi] fix #config sizefmt="bytes" 3070 …* Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow s… 3240 * Limit amount of bytes read for one read-event (fixes #1070) 3446 * fixed compression of files < 128 bytes by disabling compression (#1241)
|