Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zlib/test/
H A Dexample.c208 d_stream.zalloc = zalloc; in test_inflate()
209 d_stream.zfree = zfree; in test_inflate()
212 d_stream.next_in = compr; in test_inflate()
213 d_stream.avail_in = 0; in test_inflate()
219 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) { in test_inflate()
220 d_stream.avail_in = d_stream.avail_out = 1; /* force small buffers */ in test_inflate()
300 d_stream.zalloc = zalloc; in test_large_inflate()
301 d_stream.zfree = zfree; in test_large_inflate()
374 d_stream.zalloc = zalloc; in test_sync()
375 d_stream.zfree = zfree; in test_sync()
[all …]
/freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c272 d_stream.zalloc = zalloc;
273 d_stream.zfree = zfree;
276 d_stream.next_in = compr;
277 d_stream.avail_in = 0;
283 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
284 d_stream.avail_in = d_stream.avail_out = 1; /* force small buffers */
368 d_stream.zalloc = zalloc;
369 d_stream.zfree = zfree;
447 d_stream.zalloc = zalloc;
448 d_stream.zfree = zfree;
[all …]
H A Dexample_original.c264 d_stream.zalloc = zalloc;
265 d_stream.zfree = zfree;
268 d_stream.next_in = compr;
269 d_stream.avail_in = 0;
275 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
276 d_stream.avail_in = d_stream.avail_out = 1; /* force small buffers */
360 d_stream.zalloc = zalloc;
361 d_stream.zfree = zfree;
439 d_stream.zalloc = zalloc;
440 d_stream.zfree = zfree;
[all …]