Searched refs:COMPRESS_LZ4 (Results 1 – 5 of 5) sorted by relevance
200 COMPRESS_LZ4, enumerator
22 … enum CompressType { COMPRESS_NONE, COMPRESS_LZ4, COMPRESS_LZ77, COMPRESS_LZMA, COMPRESS_BROTLI }; enumerator
169 case COMPRESS_LZ4: { in SendIOPayload()197 if (dataSize > 0 && payloadHead.compressType == COMPRESS_LZ4) { in SendIOPayload()639 case COMPRESS_LZ4: { in RecvIOPayload()
79 context->transferConfig.compressType = COMPRESS_LZ4; in SetMasterParameters()