Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 8 of 8) sorted by relevance

/lighttpd1.4/doc/outdated/
H A Daccesslog.txt65 %b bytes sent for the body
86 %I bytes incoming
87 %O bytes outgoing
H A Dssi.txt40 - ``<!--#config timefmt="..." sizefmt="(bytes|abbrev)" -->``
H A Drrdtool.txt59 DISP="-v bytes --title TrafficWebserver \
/lighttpd1.4/src/
H A Dmod_accesslog.c616 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 Dserver.c269 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 Dmod_maxminddb.c367 v = (const char *)data->bytes; in geoip2_env_set()
H A Dmod_wstunnel.c666 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 DNEWS202 * [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)