Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_bz2module.c404 decompress_buf(BZ2Decompressor *d, Py_ssize_t max_length) in decompress_buf() function
519 result = decompress_buf(d, max_length); in decompress()
D_lzmamodule.c878 decompress_buf(Decompressor *d, Py_ssize_t max_length) in decompress_buf() function
985 result = decompress_buf(d, max_length); in decompress()