Home
last modified time | relevance | path

Searched refs:construct_push_component (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dhttp2_test.cc1125 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component()
1137 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component()
1149 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component()
1161 CU_ASSERT(-1 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component()
1169 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component()
Dhttp2.h427 int construct_push_component(BlockAllocator &balloc, StringRef &scheme,
Dshrpx_http2_upstream.cc2158 rv = http2::construct_push_component(balloc, scheme, authority, path, in prepare_push_promise()
2277 rv = http2::construct_push_component(balloc, scheme, authority, path, base, in initiate_push()
Dhttp2.cc1595 int construct_push_component(BlockAllocator &balloc, StringRef &scheme, in construct_push_component() function