zmemzero          196 third_party/zlib/deflate.c     zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
zmemzero          286 third_party/zlib/deflate.c     zmemzero(&s->cookie_locations, sizeof(s->cookie_locations));
zmemzero          830 third_party/zlib/deflate.c             zmemzero(s->class_bitmap, s->w_size/4);
zmemzero         1518 third_party/zlib/deflate.c                 zmemzero(s->class_bitmap + s->w_size/8, s->w_size/8);
zmemzero         1576 third_party/zlib/deflate.c             zmemzero(s->window + curr, (unsigned)init);
zmemzero         1587 third_party/zlib/deflate.c             zmemzero(s->window + s->high_water, (unsigned)init);
zmemzero          256 third_party/zlib/zutil.h    void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));