• Home
  • Raw
  • Download

Lines Matching refs:_lzma_state

85 } _lzma_state;  typedef
87 static inline _lzma_state*
92 return (_lzma_state *)state; in get_lzma_state()
130 catch_lzma_error(_lzma_state *state, lzma_ret lzret) in catch_lzma_error()
233 parse_filter_spec_lzma(_lzma_state *state, PyObject *spec) in INT_TYPE_CONVERTER_FUNC()
293 parse_filter_spec_delta(_lzma_state *state, PyObject *spec) in parse_filter_spec_delta()
317 parse_filter_spec_bcj(_lzma_state *state, PyObject *spec) in parse_filter_spec_bcj()
340 lzma_filter_converter(_lzma_state *state, PyObject *spec, void *ptr) in lzma_filter_converter()
394 parse_filter_chain_spec(_lzma_state *state, lzma_filter filters[], PyObject *filterspecs) in parse_filter_chain_spec()
550 _lzma_state *state = PyType_GetModuleState(Py_TYPE(c)); in compress()
651 Compressor_init_xz(_lzma_state *state, lzma_stream *lzs, in Compressor_init_xz()
675 Compressor_init_alone(_lzma_state *state, lzma_stream *lzs, uint32_t preset, PyObject *filterspecs) in Compressor_init_alone()
712 Compressor_init_raw(_lzma_state *state, lzma_stream *lzs, PyObject *filterspecs) in Compressor_init_raw()
776 _lzma_state *state = PyType_GetModuleState(Py_TYPE(self)); in Compressor_init()
934 _lzma_state *state = PyType_GetModuleState(Py_TYPE(d)); in decompress_buf()
1148 Decompressor_init_raw(_lzma_state *state, lzma_stream *lzs, PyObject *filterspecs) in Decompressor_init_raw()
1199 _lzma_state *state = PyType_GetModuleState(Py_TYPE(self)); in _lzma_LZMADecompressor___init___impl()
1405 _lzma_state *state = get_lzma_state(module); in _lzma__encode_filter_properties()
1427 _lzma_state *state = get_lzma_state(module); in _lzma__encode_filter_properties_impl()
1472 _lzma_state *state = get_lzma_state(module); in _lzma__decode_filter_properties_impl()
1523 _lzma_state *state = get_lzma_state(module); in lzma_exec()
1607 _lzma_state *state = get_lzma_state(module); in lzma_traverse()
1618 _lzma_state *state = get_lzma_state(module); in lzma_clear()
1635 .m_size = sizeof(_lzma_state),