Searched refs:IGZIP_GZIP (Results 1 – 5 of 5) sorted by relevance
121 if (wrapper_type == IGZIP_GZIP || wrapper_type == IGZIP_GZIP_NO_HDR) in LLVMFuzzerTestOneInput()
526 if (gzip_flag == IGZIP_GZIP) { in inflate_stateless_pass()553 if (gzip_flag == IGZIP_GZIP || gzip_flag == IGZIP_GZIP_NO_HDR || in inflate_stateless_pass()555 if (gzip_flag == IGZIP_GZIP || gzip_flag == ISAL_GZIP_NO_HDR_VER) in inflate_stateless_pass()805 if (gzip_flag == IGZIP_GZIP || gzip_flag == IGZIP_GZIP_NO_HDR || in inflate_multi_pass()807 if (gzip_flag == ISAL_GZIP_NO_HDR_VER || gzip_flag == IGZIP_GZIP) in inflate_multi_pass()934 if (gzip_flag == IGZIP_GZIP || gzip_flag == IGZIP_GZIP_NO_HDR || in inflate_check()1984 if (gzip_flag == IGZIP_GZIP) in test_compress_stateless()2048 if (gzip_flag == IGZIP_GZIP) in test_compress_stateless()2218 if (gzip_flag == IGZIP_GZIP) in test_compress()2426 if (gzip_flag == IGZIP_GZIP) in test_flush()[all …]
139 case IGZIP_GZIP: in update_checksum()395 if (stream->gzip_flag == IGZIP_GZIP || stream->gzip_flag == IGZIP_ZLIB) in create_icf_block_hdr()521 if (stream->gzip_flag == IGZIP_GZIP || stream->gzip_flag == IGZIP_ZLIB) in isal_deflate_icf_pass()732 if (stream->gzip_flag == IGZIP_GZIP || stream->gzip_flag == IGZIP_ZLIB) in isal_deflate_int_stateless()1417 if (stream->gzip_flag == IGZIP_GZIP) in isal_deflate_stateless()1463 if (stream->gzip_flag == IGZIP_GZIP || stream->gzip_flag == IGZIP_ZLIB) in isal_deflate_stateless()1940 if (stream->gzip_flag == IGZIP_GZIP || stream->gzip_flag == IGZIP_ZLIB) in write_header()2028 case IGZIP_GZIP: in write_trailer()
2161 if (state->crc_flag == IGZIP_GZIP) { in isal_inflate_stateless()2237 if (!state->wrapper_flag && state->crc_flag == IGZIP_GZIP) { in isal_inflate()
155 #define IGZIP_GZIP 1 macro