Searched defs:compress_type (Results 1 – 3 of 3) sorted by relevance
75 pub compress_type: u8, field95 pub compress_type: u8, field
50 pub compress_type: libc::c_uchar, field71 pub compress_type: libc::c_uchar, field
282 let compress_type = transfer_config.compress_type; in spawn_handler() localVariable479 let compress_type = match CompressType::try_from(tbase.transfer_config.compress_type) { in recv_and_write_file() localVariable