Home
last modified time | relevance | path

Searched refs:stringify_status (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_https_upstream.cc1013 output->append(http2::stringify_status(balloc, resp.http_status)); in send_reply()
1074 output->append(http2::stringify_status(balloc, status_code)); in error_reply()
1175 buf->append(http2::stringify_status(balloc, 101)); in on_downstream_header_complete()
1179 buf->append(http2::stringify_status(balloc, resp.http_status)); in on_downstream_header_complete()
H A Dshrpx_http2_upstream.cc1530 auto response_status = http2::stringify_status(balloc, resp.http_status); in send_reply()
1599 auto response_status = http2::stringify_status(balloc, status_code); in error_reply()
1745 auto response_status = http2::stringify_status(balloc, resp.http_status); in on_downstream_header_complete()
1774 response_status = http2::stringify_status(balloc, 200); in on_downstream_header_complete()
1777 response_status = http2::stringify_status(balloc, resp.http_status); in on_downstream_header_complete()
H A Dhttp2.h103 StringRef stringify_status(BlockAllocator &balloc, unsigned int status_code);
H A Dshrpx_http.cc48 auto status_string = http2::stringify_status(balloc, http_status); in create_error_html()
H A Dshrpx_http3_upstream.cc1334 auto response_status = http2::stringify_status(balloc, resp.http_status); in on_downstream_header_complete()
1362 response_status = http2::stringify_status(balloc, 200); in on_downstream_header_complete()
1365 response_status = http2::stringify_status(balloc, resp.http_status); in on_downstream_header_complete()
1701 auto response_status = http2::stringify_status(balloc, resp.http_status); in send_reply()
2711 auto response_status = http2::stringify_status(balloc, status_code); in error_reply()
H A Dhttp2.cc144 StringRef stringify_status(BlockAllocator &balloc, unsigned int status_code) { in stringify_status() function
H A DHttpServer.cc1938 auto status_string = http2::stringify_status(balloc, status); in make_status_body()

Completed in 18 milliseconds