Home
last modified time | relevance | path

Searched refs:NGHTTP2_PRIORITY_SPECLEN (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_frame.c85 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, NGHTTP2_PRIORITY, in nghttp2_frame_priority_init()
283 return NGHTTP2_PRIORITY_SPECLEN; in nghttp2_frame_priority_len()
440 assert(nghttp2_buf_avail(buf) >= NGHTTP2_PRIORITY_SPECLEN); in nghttp2_frame_pack_priority()
448 buf->last += NGHTTP2_PRIORITY_SPECLEN; in nghttp2_frame_pack_priority()
Dnghttp2_frame.h67 #define NGHTTP2_PRIORITY_SPECLEN 5 macro
Dnghttp2_session.c2446 NGHTTP2_PRIORITY_SPECLEN); in session_prep_frame()
6070 if (iframe->payloadleft != NGHTTP2_PRIORITY_SPECLEN) { in nghttp2_session_mem_recv()
6080 inbound_frame_set_mark(iframe, NGHTTP2_PRIORITY_SPECLEN); in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_frame.c85 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, NGHTTP2_PRIORITY, in nghttp2_frame_priority_init()
283 return NGHTTP2_PRIORITY_SPECLEN; in nghttp2_frame_priority_len()
440 assert(nghttp2_buf_avail(buf) >= NGHTTP2_PRIORITY_SPECLEN); in nghttp2_frame_pack_priority()
448 buf->last += NGHTTP2_PRIORITY_SPECLEN; in nghttp2_frame_pack_priority()
Dnghttp2_frame.h67 #define NGHTTP2_PRIORITY_SPECLEN 5 macro
Dnghttp2_session.c2441 NGHTTP2_PRIORITY_SPECLEN); in session_prep_frame()
6065 if (iframe->payloadleft != NGHTTP2_PRIORITY_SPECLEN) { in nghttp2_session_mem_recv()
6075 inbound_frame_set_mark(iframe, NGHTTP2_PRIORITY_SPECLEN); in nghttp2_session_mem_recv()