Searched refs:nghttp3_ntohl64 (Results 1 – 2 of 2) sorted by relevance
65 # define nghttp3_ntohl64(N) be64toh(N) macro69 # define nghttp3_ntohl64(N) (N) macro72 # define nghttp3_ntohl64(N) nghttp3_bswap64(N) macro
57 return (int64_t)nghttp3_ntohl64(n.n64); in nghttp3_get_varint()