Searched refs:decoder_loop_ret (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/public-domain/xz/dist/tests/ |
H A D | tests.h | 110 decoder_loop_ret(lzma_stream *strm, uint8_t *in, size_t in_size, in decoder_loop_ret() function
|
H A D | test_index.c | 614 succeed(decoder_loop_ret(&strm, buf, 1, LZMA_DATA_ERROR)); in test_corrupt() 620 succeed(decoder_loop_ret(&strm, buf, 10, LZMA_DATA_ERROR)); in test_corrupt() 626 succeed(decoder_loop_ret(&strm, buf, 16, LZMA_DATA_ERROR)); in test_corrupt()
|