Searched refs:contentlength (Results 1 – 2 of 2) sorted by relevance
140 size_t contentlength; member
1783 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()