Searched refs:coder_loop (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/public-domain/xz/dist/tests/ |
H A D | tests.h | 58 coder_loop(lzma_stream *strm, uint8_t *in, size_t in_size, in coder_loop() function 113 return coder_loop(strm, in, in_size, NULL, 0, expected_ret, LZMA_RUN); in decoder_loop_ret() 120 return coder_loop(strm, in, in_size, NULL, 0, in decoder_loop()
|
H A D | test_index.c | 222 succeed(coder_loop(&strm, NULL, 0, buf, index_size, in test_code() 607 succeed(coder_loop(&strm, NULL, 0, buf, 20, in test_corrupt()
|