Home
last modified time | relevance | path

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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h140 size_t contentlength; member
H A Dlibhttpd.c1783 hc->contentlength = -1; in httpd_get_conn()
2243 hc->contentlength = atol( cp ); in httpd_parse_request()
3236 while ( c < hc->contentlength ) in cgi_interpose_input()
3238 r = read( hc->conn_fd, buf, MIN( sizeof(buf), hc->contentlength - c ) ); in cgi_interpose_input()