Home
last modified time | relevance | path

Searched refs:create_error_html (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http.h44 StringRef create_error_html(BlockAllocator &balloc, unsigned int status_code);
Dshrpx_http.cc38 StringRef create_error_html(BlockAllocator &balloc, unsigned int http_status) { in create_error_html() function
Dshrpx_https_upstream.cc1063 auto html = http::create_error_html(balloc, status_code); in error_reply()
Dshrpx_http2_upstream.cc1586 auto html = http::create_error_html(balloc, status_code); in error_reply()
Dshrpx_http3_upstream.cc2699 auto html = http::create_error_html(balloc, status_code); in error_reply()