Home
last modified time | relevance | path

Searched refs:Compressor_init_xz (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_lzmamodule.c603 Compressor_init_xz(lzma_stream *lzs, int check, uint32_t preset, in Compressor_init_xz() function
760 if (Compressor_init_xz(&self->lzs, check, preset, filterspecs) != 0) in Compressor_init()