Home
last modified time | relevance | path

Searched refs:Z_NULL (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c231 strm->opaque = Z_NULL; in mem_done()
232 strm->zalloc = Z_NULL; in mem_done()
233 strm->zfree = Z_NULL; in mem_done()
295 strm.next_in = Z_NULL; in inf()
357 strm.next_in = Z_NULL; in cover_support()
396 ret = inflateCopy(Z_NULL, Z_NULL); assert(ret == Z_STREAM_ERROR); in cover_wrap()
453 if (desc == Z_NULL) { in pull()
458 if (state != Z_NULL) in pull()
479 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL); in cover_back()
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back()
[all …]
H A Dminigzip.c210 gz->strm.opaque = Z_NULL;
215 gz->strm.avail_in = Z_NULL;
307 strm->next_in = Z_NULL;
H A Dexample.c570 if (compr == Z_NULL || uncompr == Z_NULL) {
/f-stack/freebsd/contrib/zlib/
H A Dinflate.c109 if (strm == Z_NULL ||
127 strm->msg = Z_NULL;
134 state->head = Z_NULL;
186 state->window = Z_NULL;
229 state->window = Z_NULL;
234 strm->state = Z_NULL;
1286 strm->state = Z_NULL;
1309 if (dictLength != Z_NULL)
1479 window = Z_NULL;
1483 if (window == Z_NULL) {
[all …]
H A Dinfback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
40 if (strm == Z_NULL || window == Z_NULL ||
43 strm->msg = Z_NULL; /* in case we return an error */
60 if (state == Z_NULL) return Z_MEM_ERROR;
163 next = Z_NULL; \
273 if (strm == Z_NULL || strm->state == Z_NULL)
278 strm->msg = Z_NULL;
283 have = next != Z_NULL ? strm->avail_in : 0;
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
637 strm->state = Z_NULL;
H A Ddeflate.c269 strm->msg = Z_NULL;
314 s->gzhead = Z_NULL;
336 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
360 if (strm == Z_NULL ||
464 if (dictLength != Z_NULL)
537 if (pending != Z_NULL)
539 if (bits != Z_NULL)
687 if (str != Z_NULL)
692 if (str != Z_NULL)
1095 strm->state = Z_NULL;
[all …]
H A Dgzread.c113 state->strm.zalloc = Z_NULL;
114 state->strm.zfree = Z_NULL;
115 state->strm.opaque = Z_NULL;
117 state->strm.next_in = Z_NULL;
H A Dgzwrite.c44 strm->zalloc = Z_NULL;
45 strm->zfree = Z_NULL;
46 strm->opaque = Z_NULL;
H A Dadler32.c87 if (buf == Z_NULL)
H A Dcrc32.c207 if (buf == Z_NULL) return 0UL;
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c148 def.zalloc = Z_NULL; in main()
149 def.zfree = Z_NULL; in main()
150 def.opaque = Z_NULL; in main()
180 inf.zalloc = Z_NULL; in main()
181 inf.zfree = Z_NULL; in main()
182 inf.opaque = Z_NULL; in main()
184 inf.next_in = Z_NULL; in main()
H A Dfitblk.c163 def.zalloc = Z_NULL; in main()
164 def.zfree = Z_NULL; in main()
165 def.opaque = Z_NULL; in main()
197 inf.zalloc = Z_NULL; in main()
198 inf.zfree = Z_NULL; in main()
199 inf.opaque = Z_NULL; in main()
201 inf.next_in = Z_NULL; in main()
H A Dzwrapbench.c296 def.zalloc = Z_NULL; in BMK_benchMem()
297 def.zfree = Z_NULL; in BMK_benchMem()
298 def.opaque = Z_NULL; in BMK_benchMem()
340 def.zalloc = Z_NULL; in BMK_benchMem()
341 def.zfree = Z_NULL; in BMK_benchMem()
342 def.opaque = Z_NULL; in BMK_benchMem()
441 inf.zalloc = Z_NULL; in BMK_benchMem()
442 inf.zfree = Z_NULL; in BMK_benchMem()
443 inf.opaque = Z_NULL; in BMK_benchMem()
481 inf.zalloc = Z_NULL; in BMK_benchMem()
[all …]
H A Dminigzip.c164 q = Z_NULL;
171 q = Z_NULL;
215 gz->strm.opaque = Z_NULL;
220 gz->strm.avail_in = Z_NULL;
312 strm->next_in = Z_NULL;
H A Dexample_original.c79 q = Z_NULL;
85 q = Z_NULL; in myfree()
587 if (compr == Z_NULL || uncompr == Z_NULL) {
H A Dexample.c85 q = Z_NULL;
93 q = Z_NULL; in myfree()
596 if (compr == Z_NULL || uncompr == Z_NULL) {
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c227 strm->zalloc = Z_NULL; in zlib_set_stream_parameters()
228 strm->zfree = Z_NULL; in zlib_set_stream_parameters()
229 strm->opaque = Z_NULL; in zlib_set_stream_parameters()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzread.c121 state.state->strm.zalloc = Z_NULL;
122 state.state->strm.zfree = Z_NULL;
123 state.state->strm.opaque = Z_NULL;
125 state.state->strm.next_in = Z_NULL;
H A Dgzwrite.c46 strm->zalloc = Z_NULL;
47 strm->zfree = Z_NULL;
48 strm->opaque = Z_NULL;
/f-stack/freebsd/kern/
H A Dsubr_compressor.c117 s->gz_stream.next_in = Z_NULL; in gz_init()
150 s->gz_crc = crc32(0L, Z_NULL, 0); in gz_reset()
/f-stack/freebsd/opencrypto/
H A Dcryptodeflate.c130 zbuf.opaque = Z_NULL; in deflate_global()
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1031 strm.zalloc = Z_NULL; in FIO_compressGzFrame()
1032 strm.zfree = Z_NULL; in FIO_compressGzFrame()
1033 strm.opaque = Z_NULL; in FIO_compressGzFrame()
2183 strm.zalloc = Z_NULL; in FIO_decompressGzFrame()
2184 strm.zfree = Z_NULL; in FIO_decompressGzFrame()
2185 strm.opaque = Z_NULL; in FIO_decompressGzFrame()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c82 if (fp == Z_NULL) in read_map()
202 if (fp == Z_NULL) { in write_map()
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c434 stream.zalloc = Z_NULL; in compress_zlib()
435 stream.zfree = Z_NULL; in compress_zlib()
436 stream.opaque = Z_NULL; in compress_zlib()
587 stream.zalloc = Z_NULL; in decompress_zlib()
588 stream.zfree = Z_NULL; in decompress_zlib()
589 stream.opaque = Z_NULL; in decompress_zlib()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gunzip_filter_module.c307 ctx->zstream.next_in = Z_NULL; in ngx_http_gunzip_filter_inflate_start()

12