Lines Matching refs:promised_stream_id
949 auto promised_stream_id = frame->push_promise.promised_stream_id; in on_header_callback2() local
951 nghttp2_session_get_stream_user_data(session, promised_stream_id)); in on_header_callback2()
953 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_header_callback2()
1011 stream_id = frame->push_promise.promised_stream_id; in on_invalid_header_callback2()
1054 auto promised_stream_id = frame->push_promise.promised_stream_id; in on_begin_headers_callback() local
1058 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback()
1068 promised_stream_id) != 0) { in on_begin_headers_callback()
1069 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback()
1333 auto promised_stream_id = frame->push_promise.promised_stream_id; in on_frame_recv_callback() local
1339 << ", promised_stream_id=" << promised_stream_id; in on_frame_recv_callback()
1345 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback()
1355 nghttp2_session_get_stream_user_data(session, promised_stream_id)); in on_frame_recv_callback()
1357 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback()
1367 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback()
2201 int32_t promised_stream_id) { in handle_downstream_push_promise() argument
2208 upstream->on_downstream_push_promise(downstream, promised_stream_id); in handle_downstream_push_promise()
2230 nghttp2_session_set_stream_user_data(session_, promised_stream_id, in handle_downstream_push_promise()