Lines Matching refs:LZMA_OK

34 	expect(lzma_index_append(i, NULL, 101, 555) == LZMA_OK);  in create_small()
35 expect(lzma_index_append(i, NULL, 602, 777) == LZMA_OK); in create_small()
36 expect(lzma_index_append(i, NULL, 804, 999) == LZMA_OK); in create_small()
56 expect(lzma_index_append(i, NULL, t, n) == LZMA_OK); in create_big()
163 expect(lzma_index_encoder(&strm, i) == LZMA_OK); in test_code()
170 expect(lzma_index_decoder(&strm, &d, MEMLIMIT) == LZMA_OK); in test_code()
185 r.uncompressed_size) == LZMA_OK); in test_code()
189 == LZMA_OK); in test_code()
240 expect(lzma_index_cat(a, b, NULL, 0) == LZMA_OK); in test_cat()
247 expect(lzma_index_cat(a, b, NULL, 0) == LZMA_OK); in test_cat()
255 expect(lzma_index_cat(b, c, NULL, 4) == LZMA_OK); in test_cat()
261 expect(lzma_index_cat(a, b, NULL, 8) == LZMA_OK); in test_cat()
273 expect(lzma_index_cat(a, b, NULL, 4) == LZMA_OK); in test_cat()
280 expect(lzma_index_cat(b, c, NULL, 8) == LZMA_OK); in test_cat()
281 expect(lzma_index_cat(a, b, NULL, 12) == LZMA_OK); in test_cat()
290 expect(lzma_index_cat(a, b, NULL, 4) == LZMA_OK); in test_cat()
297 expect(lzma_index_cat(b, c, NULL, 8) == LZMA_OK); in test_cat()
298 expect(lzma_index_cat(a, b, NULL, 12) == LZMA_OK); in test_cat()
318 expect(lzma_index_append(i, NULL, 16, 0) == LZMA_OK); in test_locate()
322 expect(lzma_index_append(i, NULL, 32, 5) == LZMA_OK); in test_locate()
333 expect(lzma_index_append(i, NULL, 40, 11) == LZMA_OK); in test_locate()
373 expect(lzma_index_append(i, NULL, n + 8, n) == LZMA_OK); in test_locate()
454 expect(lzma_index_append(i, NULL, 8, 0) == LZMA_OK); in test_locate()
455 expect(lzma_index_append(i, NULL, 16, 1) == LZMA_OK); in test_locate()
481 expect(lzma_index_encoder(&strm, i) == LZMA_OK); in test_corrupt()
488 expect(lzma_index_decoder(&strm, &i, MEMLIMIT) == LZMA_OK); in test_corrupt()
494 expect(lzma_index_decoder(&strm, &i, MEMLIMIT) == LZMA_OK); in test_corrupt()
500 expect(lzma_index_decoder(&strm, &i, MEMLIMIT) == LZMA_OK); in test_corrupt()