Home
last modified time | relevance | path

Searched refs:hr_header_bytes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/libexec/httpd/
H A Dbozohttpd.h195 size_t hr_header_bytes; member
H A Dbozohttpd.c595 if (len > BOZO_HEADERS_MAX_SIZE - request->hr_header_bytes) in bozo_got_header_length()
599 request->hr_header_bytes += len; in bozo_got_header_length()