Searched defs:lstreq (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_helper.h | 41 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_helper.h | 41 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_macro.h | 45 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) macro
|
Completed in 1 milliseconds