Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/zlib/
Dexample.c48 void test_dict_inflate OF((Byte *compr, uLong comprLen,
494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() function
595 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
/external/zlib/src/test/
Dexample.c48 void test_dict_inflate OF((Byte *compr, uLong comprLen,
494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() function
596 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
/external/zlib/src/contrib/pascal/
Dexample.pas484 procedure test_dict_inflate(compr: Pointer; comprLen: LongInt; procedure
594 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);