Lines Matching refs:decoded_options
18 static lzma_block decoded_options; variable
87 memcrap(&decoded_options, sizeof(decoded_options)); in code()
89 decoded_options.header_size = known_options.header_size; in code()
90 decoded_options.check = known_options.check; in code()
91 decoded_options.filters = filters; in code()
92 expect(lzma_block_header_decode(&decoded_options, NULL, buf) in code()
96 == decoded_options.compressed_size); in code()
98 == decoded_options.uncompressed_size); in code()
105 free(decoded_options.filters[i].options); in code()
195 decoded_options.header_size = known_options.header_size; in test3()
196 decoded_options.check = known_options.check; in test3()
197 decoded_options.filters = filters; in test3()
201 expect(lzma_block_header_decode(&decoded_options, NULL, buf) in test3()
207 expect(lzma_block_header_decode(&decoded_options, NULL, buf) in test3()
216 expect(lzma_block_header_decode(&decoded_options, NULL, buf) in test3()
224 expect(lzma_block_header_decode(&decoded_options, NULL, buf) in test3()