Home
last modified time | relevance | path

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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h133 maxremoteuser, maxresponse; member
H A Dlibhttpd.c565 httpd_realloc_str( &hc->response, &hc->maxresponse, hc->responselen + len ); in add_response()
1702 hc->maxremoteuser = hc->maxresponse = 0; in httpd_get_conn()
1717 httpd_realloc_str( &hc->response, &hc->maxresponse, 0 ); in httpd_get_conn()