Searched refs:set_out_limit (Results 1 – 6 of 6) sorted by relevance
532 if (coder->next.code == NULL && coder->lz.set_out_limit != NULL) in lz_encoder_set_out_limit()533 return coder->lz.set_out_limit( in lz_encoder_set_out_limit()564 next->set_out_limit = &lz_encoder_set_out_limit; in lzma_lz_encoder_init()570 coder->lz.set_out_limit = NULL; in lzma_lz_encoder_init()
219 lzma_ret (*set_out_limit)(void *coder, uint64_t *uncomp_size, member
271 lzma_ret (*set_out_limit)(void *coder, uint64_t *uncomp_size, member288 .set_out_limit = NULL, \
47 if (coder->lzma.set_out_limit(coder->lzma.coder, in microlzma_encode()
718 lz->set_out_limit = &lzma_lzma_set_out_limit; in lzma_encoder_init()
7219 set_out_limit() function pointers are not set to NULL. This seems to7225 on a LZMA1 encoder. The function pointer for set_out_limit() is less7227 incorrect way. set_out_limit() is only called by the MicroLZMA encoder,7228 which must use LZMA1 where set_out_limit() is always set. Its currently7229 not possible to call set_out_limit() on an LZMA2 encoder at this time.