Searched refs:memzero (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/xz-embedded/freebsd/ |
| H A D | xz_config.h | 62 #define memzero(buf, size) bzero((buf), (size)) macro
|
| /f-stack/freebsd/contrib/xz-embedded/userspace/ |
| H A D | xz_config.h | 48 #define memzero(buf, size) memset(buf, 0, size) macro
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_private.h | 41 # define memzero(buf, size) memset(buf, 0, size) macro
|
| H A D | xz_dec_stream.c | 832 memzero(&s->block, sizeof(s->block)); in xz_dec_reset() 833 memzero(&s->index, sizeof(s->index)); in xz_dec_reset()
|
| H A D | xz_dec_lzma2.c | 862 memzero(s->temp.buf + s->temp.size + tmp, in lzma2_lzma()
|