MCPcopy 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 */
196template <typename T>
197inline void
198ink_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

PinnedDocTableMethod · 0.85
dir_checkMethod · 0.85
MachineMethod · 0.85
OneWayMultiTunnelMethod · 0.85
DNSProcessorMethod · 0.85
startMethod · 0.85
EventProcessorMethod · 0.85
ServerMethod · 0.85
CreateUDPSocketMethod · 0.85
net_read_ioMethod · 0.85
load_buffer_and_writeMethod · 0.85
protocol_containsMethod · 0.85

Calls 1

memsetFunction · 0.85

Tested by 4

PinnedDocTableMethod · 0.68
build_requestFunction · 0.68
synclient_txn_createFunction · 0.68
ParentTestMethod · 0.68