HomeSort by: relevance | last modified time | path
    Searched defs:uncomprLen (Results 1 - 1 of 1) sorted by relevancy

  /src/common/dist/zlib/test/
example.c 61 uLong uncomprLen) {
70 err = uncompress(uncompr, &uncomprLen, compr, comprLen);
84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) {
117 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
145 gzgets(file, (char*)uncompr, (int)uncomprLen);
202 uLong uncomprLen) {
219 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
241 uLong uncomprLen) {
259 c_stream.avail_in = (uInt)uncomprLen;
270 c_stream.avail_in = (uInt)uncomprLen/2
    [all...]

Completed in 10 milliseconds