Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ htobe32
Function
htobe32
include/tscore/ink_endian.h:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
return OSSwapBigToHostInt32(x);
50
}
51
inline uint32_t
52
htobe32(uint32_t x)
53
{
54
return OSSwapHostToBigInt32(x);
55
}
56
inline uint32_t
57
le32toh(uint32_t x)
58
{
Callers
2
output_encoder_stream_data
Function · 0.85
output_encoded_data
Function · 0.85
Calls
no outgoing calls
Tested by
2
output_encoder_stream_data
Function · 0.68
output_encoded_data
Function · 0.68