Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lzmamodule.c660 Compressor_init_raw(lzma_stream *lzs, PyObject *filterspecs) in Compressor_init_raw() function
770 if (Compressor_init_raw(&self->lzs, filterspecs) != 0) in Compressor_init()