Searched refs:catch_lzma_error (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | _lzmamodule.c | 130 catch_lzma_error(_lzma_state *state, lzma_ret lzret) in catch_lzma_error() function 569 if (catch_lzma_error(state, lzret)) { in compress() 666 if (catch_lzma_error(state, lzret)) { in Compressor_init_xz() 703 if (PyErr_Occurred() || catch_lzma_error(state, lzret)) { in Compressor_init_alone() 727 if (catch_lzma_error(state, lzret)) { in Compressor_init_raw() 951 if (catch_lzma_error(state, lzret)) { in decompress_buf() 1158 if (catch_lzma_error(state, lzret)) { in Decompressor_init_raw() 1252 if (catch_lzma_error(state, lzret)) { in _lzma_LZMADecompressor___init___impl() 1259 if (catch_lzma_error(state, lzret)) { in _lzma_LZMADecompressor___init___impl() 1267 if (catch_lzma_error(state, lzret)) { in _lzma_LZMADecompressor___init___impl() [all …]
|