Home
last modified time | relevance | path

Searched defs:nghttp2_max (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_helper.h39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.h39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) macro

Completed in 1 milliseconds