zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pngrio.c File Reference
#include "pngpriv.h"

Go to the source code of this file.

Functions

void PNGCBAPI png_default_read_data (png_structp png_ptr, png_bytep data, png_size_t length)
 
void png_read_data (png_structp png_ptr, png_bytep data, png_size_t length)
 
void PNGAPI png_set_read_fn (png_structp png_ptr, png_voidp io_ptr, png_rw_ptr read_data_fn)
 

Function Documentation

void PNGCBAPI png_default_read_data ( png_structp  png_ptr,
png_bytep  data,
png_size_t  length 
)

Definition at line 51 of file pngrio.c.

References NULL, and png_error().

Referenced by png_set_read_fn().

void png_read_data ( png_structp  png_ptr,
png_bytep  data,
png_size_t  length 
)

Definition at line 32 of file pngrio.c.

References NULL, png_debug1, and png_error().

Referenced by png_crc_error(), png_crc_read(), png_read_chunk_header(), and png_read_sig().

void PNGAPI png_set_read_fn ( png_structp  png_ptr,
png_voidp  io_ptr,
png_rw_ptr  read_data_fn 
)

Definition at line 145 of file pngrio.c.

References NULL, png_default_read_data(), and png_warning().

Referenced by PNG_FUNCTION(), png_set_progressive_read_fn(), and test_one_file().