OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
LodePNGDecompressSettings Struct Reference

#include <lodepng.h>

Data Fields

unsigned ignore_adler32
 
unsigned ignore_nlen
 
size_t max_output_size
 
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
 

Detailed Description

Definition at line 342 of file lodepng.h.

Field Documentation

◆ custom_context

const void* LodePNGDecompressSettings::custom_context

Definition at line 366 of file lodepng.h.

◆ custom_inflate

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

Definition at line 362 of file lodepng.h.

◆ custom_zlib

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

Definition at line 356 of file lodepng.h.

◆ ignore_adler32

unsigned LodePNGDecompressSettings::ignore_adler32

Definition at line 344 of file lodepng.h.

◆ ignore_nlen

unsigned LodePNGDecompressSettings::ignore_nlen

Definition at line 345 of file lodepng.h.

◆ max_output_size

size_t LodePNGDecompressSettings::max_output_size

Definition at line 352 of file lodepng.h.


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