MCPcopy Create free account
hub / github.com/apache/trafficserver / htobe64

Function htobe64

include/tscore/ink_endian.h:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 return OSSwapBigToHostInt64(x);
40}
41inline uint64_t
42htobe64(uint64_t x)
43{
44 return OSSwapHostToBigInt64(x);
45}
46inline uint32_t
47be32toh(uint32_t x)
48{

Callers 3

write_uint_as_nbytesMethod · 0.85
output_encoded_dataFunction · 0.85
ats_ip_range_parseFunction · 0.85

Calls

no outgoing calls

Tested by 1

output_encoded_dataFunction · 0.68