Searched refs:output_header_len (Results 1 – 1 of 1) sorted by relevance
681 size_t output_header_len = 0; in Zlib_Compress() local688 output->resize(output_header_len + length); in Zlib_Compress()869 size_t output_header_len = 0; in BZip2_Compress() local876 output->resize(output_header_len + length); in BZip2_Compress()1016 size_t output_header_len = 0; in LZ4_Compress() local1024 output_header_len = 8; in LZ4_Compress()1025 output->resize(output_header_len); in LZ4_Compress()1150 size_t output_header_len = 0; in LZ4HC_Compress() local1158 output_header_len = 8; in LZ4HC_Compress()1159 output->resize(output_header_len); in LZ4HC_Compress()[all …]