FreeRDP
LodePNGDecompressSettings Struct Reference

#include <lodepng.h>

Data Fields

unsigned ignore_adler32
 
unsigned(* custom_zlib )(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)
 
unsigned(* custom_inflate )(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)
 
const void * custom_context
 

Field Documentation

◆ custom_context

const void* LodePNGDecompressSettings::custom_context

◆ custom_inflate

unsigned(* LodePNGDecompressSettings::custom_inflate) (unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)

◆ custom_zlib

unsigned(* LodePNGDecompressSettings::custom_zlib) (unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)

◆ ignore_adler32

unsigned LodePNGDecompressSettings::ignore_adler32

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