| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 231 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 D | minigzip.c | 210 gz->strm.opaque = Z_NULL; 215 gz->strm.avail_in = Z_NULL; 307 strm->next_in = Z_NULL;
|
| H A D | example.c | 570 if (compr == Z_NULL || uncompr == Z_NULL) {
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | inflate.c | 109 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 D | infback.c | 37 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 D | deflate.c | 269 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 D | gzread.c | 113 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 D | gzwrite.c | 44 strm->zalloc = Z_NULL; 45 strm->zfree = Z_NULL; 46 strm->opaque = Z_NULL;
|
| H A D | adler32.c | 87 if (buf == Z_NULL)
|
| H A D | crc32.c | 207 if (buf == Z_NULL) return 0UL;
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 148 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 D | fitblk.c | 163 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 D | zwrapbench.c | 296 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 D | minigzip.c | 164 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 D | example_original.c | 79 q = Z_NULL; 85 q = Z_NULL; in myfree() 587 if (compr == Z_NULL || uncompr == Z_NULL) {
|
| H A D | example.c | 85 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 D | zlib_pmd.c | 227 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 D | gzread.c | 121 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 D | gzwrite.c | 46 strm->zalloc = Z_NULL; 47 strm->zfree = Z_NULL; 48 strm->opaque = Z_NULL;
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 117 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 D | cryptodeflate.c | 130 zbuf.opaque = Z_NULL; in deflate_global()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 1031 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 D | draid.c | 82 if (fp == Z_NULL) in read_map() 202 if (fp == Z_NULL) { in write_map()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 434 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 D | ngx_http_gunzip_filter_module.c | 307 ctx->zstream.next_in = Z_NULL; in ngx_http_gunzip_filter_inflate_start()
|