Searched refs:nghttp2_ntohs (Results 1 – 3 of 3) sorted by relevance
42 #define nghttp2_ntohs(x) (x) macro60 STIN uint16_t nghttp2_ntohs(uint16_t netshort);
61 uint16_t nghttp2_ntohs(uint16_t netshort) in nghttp2_ntohs() function
48 return nghttp2_ntohs(n); in nghttp2_get_uint16()
Completed in 4 milliseconds