Searched defs:nghttp2_max (Results 1 – 2 of 2) sorted by relevance
39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro