dpkg 1.22.7-3-g89f48
Loading...
Searching...
No Matches
Data Fields
compressor Struct Reference

Data Fields

const char * name
 
const char * extension
 
int default_level
 
void(* fixup_params )(struct compress_params *params)
 
void(* compress )(struct compress_params *params, int fd_in, int fd_out, const char *desc)
 
void(* decompress )(struct compress_params *params, int fd_in, int fd_out, const char *desc)
 

Field Documentation

◆ compress

void(* compressor::compress) (struct compress_params *params, int fd_in, int fd_out, const char *desc)

Referenced by compress_filter().

◆ decompress

void(* compressor::decompress) (struct compress_params *params, int fd_in, int fd_out, const char *desc)

Referenced by decompress_filter().

◆ default_level

int compressor::default_level

◆ extension

const char* compressor::extension

◆ fixup_params

void(* compressor::fixup_params) (struct compress_params *params)

◆ name

const char* compressor::name

The documentation for this struct was generated from the following file: