Home
last modified time | relevance | path

Searched refs:opened_stream_id (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_session.c3252 int32_t opened_stream_id = 0; in nghttp2_session_mem_send_internal() local
3281 opened_stream_id = item->frame.hd.stream_id; in nghttp2_session_mem_send_internal()
3292 opened_stream_id = item->frame.push_promise.promised_stream_id; in nghttp2_session_mem_send_internal()
3295 if (opened_stream_id) { in nghttp2_session_mem_send_internal()
3297 rv2 = nghttp2_session_close_stream(session, opened_stream_id, in nghttp2_session_mem_send_internal()
3341 int32_t opened_stream_id = 0; in nghttp2_session_mem_send_internal() local
3356 opened_stream_id = item->frame.hd.stream_id; in nghttp2_session_mem_send_internal()
3366 opened_stream_id = item->frame.push_promise.promised_stream_id; in nghttp2_session_mem_send_internal()
3369 if (opened_stream_id) { in nghttp2_session_mem_send_internal()
3372 rv2 = nghttp2_session_close_stream(session, opened_stream_id, in nghttp2_session_mem_send_internal()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c3247 int32_t opened_stream_id = 0; in nghttp2_session_mem_send_internal() local
3276 opened_stream_id = item->frame.hd.stream_id; in nghttp2_session_mem_send_internal()
3287 opened_stream_id = item->frame.push_promise.promised_stream_id; in nghttp2_session_mem_send_internal()
3290 if (opened_stream_id) { in nghttp2_session_mem_send_internal()
3292 rv2 = nghttp2_session_close_stream(session, opened_stream_id, in nghttp2_session_mem_send_internal()
3336 int32_t opened_stream_id = 0; in nghttp2_session_mem_send_internal() local
3351 opened_stream_id = item->frame.hd.stream_id; in nghttp2_session_mem_send_internal()
3361 opened_stream_id = item->frame.push_promise.promised_stream_id; in nghttp2_session_mem_send_internal()
3364 if (opened_stream_id) { in nghttp2_session_mem_send_internal()
3367 rv2 = nghttp2_session_close_stream(session, opened_stream_id, in nghttp2_session_mem_send_internal()
[all...]

Completed in 12 milliseconds