Searched refs:construct_push_component (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
D | http2_test.cc | 962 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component() 974 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component() 986 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component() 998 CU_ASSERT(-1 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component() 1006 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority, in test_http2_construct_push_component()
|
D | http2.h | 433 int construct_push_component(BlockAllocator &balloc, StringRef &scheme,
|
D | shrpx_http2_upstream.cc | 2140 rv = http2::construct_push_component(balloc, scheme, authority, path, in prepare_push_promise() 2259 rv = http2::construct_push_component(balloc, scheme, authority, path, base, in initiate_push()
|
D | http2.cc | 1606 int construct_push_component(BlockAllocator &balloc, StringRef &scheme, in construct_push_component() function
|