Searched refs:test_inflate (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/zlib/ |
D | example.c | 38 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/ |
D | example.c | 38 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/ |
D | example.pas | 229 procedure test_inflate(compr: Pointer; comprLen : LongInt; procedure 569 test_inflate(compr, comprLen, uncompr, uncomprLen);
|