Home
last modified time | relevance | path

Searched refs:test_inflate (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/zlib/
Dexample.c38 void test_inflate OF((Byte *compr, uLong comprLen,
238 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() function
585 test_inflate(compr, comprLen, uncompr, uncomprLen);
/external/zlib/src/test/
Dexample.c38 void test_inflate OF((Byte *compr, uLong comprLen,
238 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() function
586 test_inflate(compr, comprLen, uncompr, uncomprLen);
/external/zlib/src/contrib/pascal/
Dexample.pas229 procedure test_inflate(compr: Pointer; comprLen : LongInt; procedure
569 test_inflate(compr, comprLen, uncompr, uncomprLen);