Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
41
inline uint64_t
42
htobe64(uint64_t x)
43
{
44
return OSSwapHostToBigInt64(x);
45
}
46
inline uint32_t
47
be32toh(uint32_t x)
48
{
Callers
3
write_uint_as_nbytes
Method · 0.85
output_encoded_data
Function · 0.85
ats_ip_range_parse
Function · 0.85
Calls
no outgoing calls
Tested by
1
output_encoded_data
Function · 0.68