Searched refs:memzero (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/xz/src/common/ |
| H A D | sysdefs.h | 200 #undef memzero 201 #define memzero(s, n) memset(s, 0, n) macro
|
| H A D | my_landlock.h | 38 memzero(attr, sizeof(*attr)); in my_landlock_ruleset_attr_forbid_all()
|
| /freebsd/sys/contrib/xz-embedded/linux/lib/ |
| H A D | decompress_unxz.c | 191 #ifndef memzero 192 static void memzero(void *buf, size_t size) in memzero() function
|
| /freebsd/sys/contrib/xz-embedded/freebsd/ |
| H A D | xz_config.h | 69 #define memzero(buf, size) bzero((buf), (size)) macro
|
| /freebsd/contrib/xz/src/liblzma/lz/ |
| H A D | lz_encoder.c | 116 memzero(coder->mf.buffer + write_pos, LZMA_MEMCMPLEN_EXTRA); in fill_window() 388 memzero(mf->buffer + mf->size, LZMA_MEMCMPLEN_EXTRA); in lz_encoder_init() 440 memzero(mf->hash, mf->hash_count * sizeof(uint32_t)); in lz_encoder_init()
|
| /freebsd/sys/contrib/xz-embedded/userspace/ |
| H A D | xz_config.h | 51 #define memzero(buf, size) memset(buf, 0, size) macro
|
| /freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_private.h | 44 # define memzero(buf, size) memset(buf, 0, size) macro
|
| H A D | xz_dec_stream.c | 926 memzero(&s->block, sizeof(s->block)); in xz_dec_reset() 927 memzero(&s->index, sizeof(s->index)); in xz_dec_reset()
|
| H A D | xz_dec_lzma2.c | 895 memzero(s->temp.buf + s->temp.size + tmp, in lzma2_lzma()
|
| /freebsd/contrib/xz/src/liblzma/common/ |
| H A D | common.c | 69 memzero(ptr, size); in lzma_alloc_zero() 191 memzero(strm->internal->supported_actions, in lzma_strm_init()
|
| H A D | stream_encoder_mt.c | 1097 memzero(&coder->outq, sizeof(coder->outq)); in stream_encoder_mt_init()
|
| H A D | stream_decoder_mt.c | 1919 memzero(&coder->outq, sizeof(coder->outq)); in stream_decoder_mt_init()
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 12738 This fixes the recent change to lzma_lz_encoder that used memzero 12784 This is fixed by using memzero() to set all members of lzma_lz_encoder
|