Home
last modified time | relevance | path

Searched defs:uncomprLen (Results 1 – 2 of 2) sorted by relevance

/external/zlib/src/test/
Dexample.c88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument
114 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() argument
238 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument
279 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument
334 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument
413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument
494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument
551 uLong uncomprLen = comprLen; local
/external/python/cpython2/Modules/zlib/
Dexample.c88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument
114 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() argument
238 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument
279 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument
334 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument
413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument
494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument
551 uLong uncomprLen = comprLen; local