Searched refs:construct_push_component (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
D | http2_test.cc | 1125 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()
|
D | http2.h | 427 int construct_push_component(BlockAllocator &balloc, StringRef &scheme,
|
D | shrpx_http2_upstream.cc | 2158 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()
|
D | http2.cc | 1595 int construct_push_component(BlockAllocator &balloc, StringRef &scheme, in construct_push_component() function
|