Lines Matching refs:http_status
57 con->http_status = 400; \
2216 !(con->http_status == 0 || in fcgi_response_parse()
2217 con->http_status == 200)) { in fcgi_response_parse()
2240 con->http_status = strtol(value, NULL, 10); in fcgi_response_parse()
2377 con->http_status = 302; in fcgi_response_parse()
2603 con->http_status = 502; in fcgi_demux_response()
2612 (con->http_status == 0 || in fcgi_demux_response()
2613 con->http_status == 200)) { in fcgi_demux_response()
2644 con->http_status = 502; in fcgi_demux_response()
2684 !(con->http_status == 0 || in fcgi_demux_response()
2685 con->http_status == 200)) { in fcgi_demux_response()
3152 con->http_status = 500; in SUBREQUEST_FUNC()
3197 con->http_status = 503; in SUBREQUEST_FUNC()
3207 if (con->http_status != 400) con->http_status = 503; in SUBREQUEST_FUNC()
3242 (con->http_status == 200 || in fcgi_handle_fdevent()
3243 con->http_status == 0)) { in fcgi_handle_fdevent()
3258 con->http_status = 0; in fcgi_handle_fdevent()
3338 con->http_status = 500; in fcgi_handle_fdevent()
3564 con->http_status = 500; in fcgi_check_extension()