Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dasio_server_request_handler.cc39 auto status_string = ::nghttp2::http2::stringify_status(balloc, status_code); in create_html()
Dshrpx_https_upstream.cc951 output->append(http2::stringify_status(balloc, resp.http_status)); in send_reply()
1012 output->append(http2::stringify_status(balloc, status_code)); in error_reply()
1125 buf->append(http2::stringify_status(balloc, 101)); in on_downstream_header_complete()
1129 buf->append(http2::stringify_status(balloc, resp.http_status)); in on_downstream_header_complete()
Dshrpx_http.cc48 auto status_string = http2::stringify_status(balloc, http_status); in create_error_html()
Dshrpx_http2_upstream.cc1520 auto response_status = http2::stringify_status(balloc, resp.http_status); in send_reply()
1589 auto response_status = http2::stringify_status(balloc, status_code); in error_reply()
1735 auto response_status = http2::stringify_status(balloc, resp.http_status); in on_downstream_header_complete()
1764 response_status = http2::stringify_status(balloc, 200); in on_downstream_header_complete()
1767 response_status = http2::stringify_status(balloc, resp.http_status); in on_downstream_header_complete()
Dhttp2.h103 StringRef stringify_status(BlockAllocator &balloc, unsigned int status_code);
Dhttp2.cc144 StringRef stringify_status(BlockAllocator &balloc, unsigned int status_code) { in stringify_status() function
DHttpServer.cc1921 auto status_string = http2::stringify_status(balloc, status); in make_status_body()