Searched refs:COMPRESS_NONE (Results 1 – 5 of 5) sorted by relevance
24 private _compressType: number = CompressType.COMPRESS_NONE; // uint8_t199 COMPRESS_NONE, enumerator
22 … enum CompressType { COMPRESS_NONE, COMPRESS_LZ4, COMPRESS_LZ77, COMPRESS_LZMA, COMPRESS_BROTLI }; enumerator
668 if (pld.compressSize > 0 && pld.compressType != COMPRESS_NONE) { in RecvIOPayload()
114 ctxNow.transferConfig.compressType = COMPRESS_NONE; in BeginTransfer()