MCPcopy Index your code
hub / github.com/RsyncProject/rsync / zmemzero

Function zmemzero

zlib/zutil.c:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len)
169{
170 if (len == 0) return;
171 do {
172 *dest++ = 0; /* ??? to be unrolled */
173 } while (--len != 0);
174}
175#endif
176
177#ifndef Z_SOLO

Callers 1

fill_windowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected