Home
last modified time | relevance | path

Searched defs:lstreq (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_helper.h41 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.h41 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_macro.h45 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro

Completed in 1 milliseconds