Lines Matching refs:promised_stream_id
962 auto promised_stream_id = frame->push_promise.promised_stream_id;
964 nghttp2_session_get_stream_user_data(session, promised_stream_id));
966 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL);
1024 stream_id = frame->push_promise.promised_stream_id;
1067 auto promised_stream_id = frame->push_promise.promised_stream_id;
1071 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL);
1081 promised_stream_id) != 0) {
1082 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL);
1346 auto promised_stream_id = frame->push_promise.promised_stream_id;
1352 << ", promised_stream_id=" << promised_stream_id;
1358 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL);
1368 nghttp2_session_get_stream_user_data(session, promised_stream_id));
1370 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL);
1380 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL);
2217 int32_t promised_stream_id) {
2224 upstream->on_downstream_push_promise(downstream, promised_stream_id);
2246 nghttp2_session_set_stream_user_data(session_, promised_stream_id,