Home
last modified time | relevance | path

Searched refs:create_error_html (Results 1 – 4 of 4) 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.cc1001 auto html = http::create_error_html(balloc, status_code); in error_reply()
Dshrpx_http2_upstream.cc1576 auto html = http::create_error_html(balloc, status_code); in error_reply()