Function ngx_http_parse_status_line

Source
pub unsafe extern "C" fn ngx_http_parse_status_line(
    r: *mut ngx_http_request_s,
    b: *mut ngx_buf_s,
    status: *mut ngx_http_status_t,
) -> isize