Home
last modified time | relevance | path

Searched refs:maxrequestbody (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/httpd/
H A Dconfig.c589 srv_conf->maxrequestbody = parent->maxrequestbody; in config_getserver_config()
H A Dhttpd.h491 size_t maxrequestbody; member
H A Dparse.y273 s->srv_conf.maxrequestbody = SERVER_MAXREQUESTBODY;
832 srv_conf->maxrequestbody = $4;
H A Dserver_http.c1439 srv_conf->maxrequestbody) { in server_response()