Home
last modified time | relevance | path

Searched refs:promised_stream_id (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_submit.c331 int32_t promised_stream_id; in nghttp2_submit_push_promise() local
370 promised_stream_id = (int32_t)session->next_stream_id; in nghttp2_submit_push_promise()
374 promised_stream_id, nva_copy, nvlen); in nghttp2_submit_push_promise()
385 return promised_stream_id; in nghttp2_submit_push_promise()
A Dnghttp2_frame.c130 int32_t promised_stream_id, in nghttp2_frame_push_promise_init() argument
138 frame->promised_stream_id = promised_stream_id; in nghttp2_frame_push_promise_init()
582 nghttp2_put_uint32be(buf->pos, (uint32_t)frame->promised_stream_id); in nghttp2_frame_pack_push_promise()
593 frame->promised_stream_id = in nghttp2_frame_unpack_push_promise_payload()
A Dnghttp2_frame.h423 int32_t promised_stream_id,
A Dnghttp2_session.c928 session, frame->push_promise.promised_stream_id, in nghttp2_session_add_item()
2292 frame->push_promise.promised_stream_id); in session_prep_frame()
2294 frame->push_promise.promised_stream_id; in session_prep_frame()
3034 item->frame.push_promise.promised_stream_id; in nghttp2_session_mem_send_internal()
3114 item->frame.push_promise.promised_stream_id; in nghttp2_session_mem_send_internal()
3677 session, frame->push_promise.promised_stream_id); in inflate_header_block()
3856 session, frame->push_promise.promised_stream_id); in session_after_header_block_received()
3890 stream_id = frame->push_promise.promised_stream_id; in session_after_header_block_received()
4715 session, frame->push_promise.promised_stream_id)) { in nghttp2_session_on_push_promise_received()
4729 session->last_recv_stream_id = frame->push_promise.promised_stream_id; in nghttp2_session_on_push_promise_received()
[all …]
A Dnghttp2.h1131 int32_t promised_stream_id; member

Completed in 36 milliseconds