Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_bz2module.c421 decompress_buf(BZ2Decompressor *d, Py_ssize_t max_length) in decompress_buf() function
536 result = decompress_buf(d, max_length); in decompress()
D_lzmamodule.c895 decompress_buf(Decompressor *d, Py_ssize_t max_length) in decompress_buf() function
1002 result = decompress_buf(d, max_length); in decompress()