Home
last modified time | relevance | path

Searched refs:_4xx (Results 1 – 3 of 3) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dlogging.c619 if (uwsgi.logging_options._4xx && (wsgi_req->status >= 400 && wsgi_req->status <= 499)) {
H A Duwsgi.c760 …o_argument, 0, "log requests with a 4xx response", uwsgi_opt_true, &uwsgi.logging_options._4xx, 0},
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h1730 int _4xx; member