Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_zlib.py129 def check_big_compress_buffer(self, size, compress_func): argument
139 compress_func(data)
/external/u-boot/lib/zlib/
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
122 compress_func func;
418 compress_func func;
/external/python/cpython3/Lib/test/
Dtest_zlib.py131 def check_big_compress_buffer(self, size, compress_func): argument
140 compress_func(data)
/external/python/cpython2/Modules/zlib/
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
125 compress_func func;
574 compress_func func;
/external/zlib/src/
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
125 compress_func func;
574 compress_func func;