Searched refs:nghttp2_submit_push_promise (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 315 int32_t nghttp2_submit_push_promise(nghttp2_session *session, uint8_t flags, in nghttp2_submit_push_promise() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 315 int32_t nghttp2_submit_push_promise(nghttp2_session *session, uint8_t flags, in nghttp2_submit_push_promise() function
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 4026 * `nghttp2_submit_push_promise()`. 4480 NGHTTP2_EXTERN int32_t nghttp2_submit_push_promise(
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 4010 * `nghttp2_submit_push_promise()`. 4464 NGHTTP2_EXTERN int32_t nghttp2_submit_push_promise(
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_upstream.cc | 2221 auto promised_stream_id = nghttp2_submit_push_promise( in submit_push_promise() 2227 ULOG(INFO, this) << "nghttp2_submit_push_promise() failed: " in submit_push_promise() 2363 auto promised_stream_id = nghttp2_submit_push_promise( in on_downstream_push_promise_complete()
|
H A D | HttpServer.cc | 1030 auto promised_stream_id = nghttp2_submit_push_promise( in submit_push_promise() 1294 std::cerr << "nghttp2_submit_push_promise() returned error: " in prepare_response()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 6365 CU_ASSERT(2 == nghttp2_submit_push_promise(session, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_submit_push_promise() 6388 nghttp2_submit_push_promise(session, NGHTTP2_FLAG_NONE, 3, reqnv, in test_nghttp2_submit_push_promise() 6393 nghttp2_submit_push_promise(session, NGHTTP2_FLAG_NONE, 0, reqnv, in test_nghttp2_submit_push_promise() 6606 /* nghttp2_submit_push_promise */ in test_nghttp2_submit_invalid_nv() 6609 CU_ASSERT(0 < nghttp2_submit_push_promise(session, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_submit_invalid_nv() 9612 rv = nghttp2_submit_push_promise(session, NGHTTP2_FLAG_NONE, 5, reqnv, in test_nghttp2_session_stream_get_state() 9639 rv = nghttp2_submit_push_promise(session, NGHTTP2_FLAG_NONE, 5, reqnv, in test_nghttp2_session_stream_get_state() 11324 stream_id = nghttp2_submit_push_promise(session, NGHTTP2_FLAG_NONE, 1, reqnv, in test_nghttp2_session_cancel_from_before_frame_send()
|
/third_party/node/src/ |
H A D | node_http2.cc | 2330 *ret = nghttp2_submit_push_promise( in SubmitPushPromise()
|
Completed in 41 milliseconds