Searched refs:nghttp2_ntohl (Results 1 – 3 of 3) sorted by relevance
41 #define nghttp2_ntohl(x) (x) macro58 STIN uint32_t nghttp2_ntohl(uint32_t netlong);
50 uint32_t nghttp2_ntohl(uint32_t netlong) in nghttp2_ntohl() function
55 return nghttp2_ntohl(n); in nghttp2_get_uint32()
Completed in 4 milliseconds