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

  /src/common/dist/zlib/test/
example.c 204 z_stream d_stream; /* decompression stream */ local in function:test_inflate
208 d_stream.zalloc = zalloc;
209 d_stream.zfree = zfree;
210 d_stream.opaque = (voidpf)0;
212 d_stream.next_in = compr;
213 d_stream.avail_in = 0;
214 d_stream.next_out = uncompr;
216 err = inflateInit(&d_stream);
219 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen)
296 z_stream d_stream; \/* decompression stream *\/ local in function:test_large_inflate
370 z_stream d_stream; \/* decompression stream *\/ local in function:test_sync
445 z_stream d_stream; \/* decompression stream *\/ local in function:test_dict_inflate
    [all...]
example.c 204 z_stream d_stream; /* decompression stream */ local in function:test_inflate
208 d_stream.zalloc = zalloc;
209 d_stream.zfree = zfree;
210 d_stream.opaque = (voidpf)0;
212 d_stream.next_in = compr;
213 d_stream.avail_in = 0;
214 d_stream.next_out = uncompr;
216 err = inflateInit(&d_stream);
219 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen)
296 z_stream d_stream; \/* decompression stream *\/ local in function:test_large_inflate
370 z_stream d_stream; \/* decompression stream *\/ local in function:test_sync
445 z_stream d_stream; \/* decompression stream *\/ local in function:test_dict_inflate
    [all...]
example.c 204 z_stream d_stream; /* decompression stream */ local in function:test_inflate
208 d_stream.zalloc = zalloc;
209 d_stream.zfree = zfree;
210 d_stream.opaque = (voidpf)0;
212 d_stream.next_in = compr;
213 d_stream.avail_in = 0;
214 d_stream.next_out = uncompr;
216 err = inflateInit(&d_stream);
219 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen)
296 z_stream d_stream; \/* decompression stream *\/ local in function:test_large_inflate
370 z_stream d_stream; \/* decompression stream *\/ local in function:test_sync
445 z_stream d_stream; \/* decompression stream *\/ local in function:test_dict_inflate
    [all...]

Completed in 35 milliseconds