Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ink_zero
Function
ink_zero
include/tscore/ink_memory.h:197–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
*/
196
template <typename T>
197
inline void
198
ink_zero(T &t)
199
{
200
memset(static_cast<void *>(&t), 0, sizeof(t));
201
}
202
203
/** Verify that we can safely shift value num_places places left.
204
*
Callers
15
PinnedDocTable
Method · 0.85
dir_check
Method · 0.85
Machine
Method · 0.85
OneWayMultiTunnel
Method · 0.85
DNSProcessor
Method · 0.85
start
Method · 0.85
EventProcessor
Method · 0.85
Server
Method · 0.85
CreateUDPSocket
Method · 0.85
net_read_io
Method · 0.85
load_buffer_and_write
Method · 0.85
protocol_contains
Method · 0.85
Calls
1
memset
Function · 0.85
Tested by
4
PinnedDocTable
Method · 0.68
build_request
Function · 0.68
synclient_txn_create
Function · 0.68
ParentTest
Method · 0.68