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.cc962 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()
Dhttp2.h433 int construct_push_component(BlockAllocator &balloc, StringRef &scheme,
Dshrpx_http2_upstream.cc2140 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()
Dhttp2.cc1606 int construct_push_component(BlockAllocator &balloc, StringRef &scheme, in construct_push_component() function