Home
last modified time | relevance | path

Searched refs:nghttp3_ntohl64 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_conv.h65 # define nghttp3_ntohl64(N) be64toh(N) macro
69 # define nghttp3_ntohl64(N) (N) macro
72 # define nghttp3_ntohl64(N) nghttp3_bswap64(N) macro
Dnghttp3_conv.c57 return (int64_t)nghttp3_ntohl64(n.n64); in nghttp3_get_varint()