Searched defs:NGHTTP2_STREAM_ID_MASK (Results 1 – 2 of 2) sorted by relevance
36 #define NGHTTP2_STREAM_ID_MASK ((1u << 31) - 1) macro