Home
last modified time | relevance | path

Searched refs:NGHTTP2_FLAG_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_submit.c100 (uint8_t)((flags & (NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_PRIORITY)) | in submit_headers_shared()
211 flags |= NGHTTP2_FLAG_PRIORITY; in nghttp2_submit_headers()
599 flags |= NGHTTP2_FLAG_PRIORITY; in set_request_flags()
A Dnghttp2_frame.c263 if (flags & NGHTTP2_FLAG_PRIORITY) { in nghttp2_frame_priority_len()
373 if (frame->hd.flags & NGHTTP2_FLAG_PRIORITY) { in nghttp2_frame_pack_headers()
410 if (frame->hd.flags & NGHTTP2_FLAG_PRIORITY) { in nghttp2_frame_unpack_headers_payload()
A Dnghttp2.h658 NGHTTP2_FLAG_PRIORITY = 0x20 enumerator
A Dnghttp2_session.c5660 NGHTTP2_FLAG_PADDED | NGHTTP2_FLAG_PRIORITY); in nghttp2_session_mem_recv()

Completed in 25 milliseconds