Home
last modified time | relevance | path

Searched refs:inbuff (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_zisofs_overflow.c41 unsigned char *inbuff, *arcbuff; in DEFINE_TEST() local
61 inbuff = calloc(writesize, 1); in DEFINE_TEST()
62 assert(inbuff != NULL); in DEFINE_TEST()
63 if (inbuff == NULL) { in DEFINE_TEST()
86 assertEqualIntA(a, writesize, archive_write_data(a, inbuff, writesize)); in DEFINE_TEST()
91 assertEqualIntA(a, writesize, archive_write_data(a, inbuff, writesize)); in DEFINE_TEST()
126 free(inbuff); in DEFINE_TEST()
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_util.c167 decompress_buffer(uint8_t *inbuff, size_t inbuff_size, size_t logical_size, in decompress_buffer() argument
176 abd_get_from_buf_struct(&sabd, inbuff, inbuff_size); in decompress_buffer()
197 compress_buffer(uint8_t *inbuff, size_t inbuff_size, in compress_buffer() argument
207 abd_get_from_buf_struct(&sabd, inbuff, inbuff_size); in compress_buffer()
H A Dzstream_util.h96 decompress_buffer(uint8_t *inbuff, size_t inbuff_size, size_t logical_size,
100 compress_buffer(uint8_t *inbuff, size_t inbuff_size,