Searched refs:png_crc_read (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrutil.c | 90 png_crc_read(png_structp png_ptr, png_bytep buf, png_size_t length) function 108 png_crc_read(png_ptr, png_ptr->zbuf, png_ptr->zbuf_size); 112 png_crc_read(png_ptr, png_ptr->zbuf, i); 354 png_crc_read(png_ptr, buf, 13); 466 png_crc_read(png_ptr, buf, 3); 476 png_crc_read(png_ptr, buf, 3); 608 png_crc_read(png_ptr, buf, 4); 690 png_crc_read(png_ptr, buf, truelen); 758 png_crc_read(png_ptr, buf, 4); 761 png_crc_read(png_pt [all...] |
H A D | pngpread.c | 213 png_crc_read(png_ptr, png_ptr->chunk_name, 4); 670 png_crc_read(png_ptr, png_ptr->chunk_name, 4); 1092 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); 1191 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); 1383 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); 1496 png_crc_read(png_ptr, chunk.data, length);
|
H A D | pngread.c | 406 png_crc_read(png_ptr, png_ptr->chunk_name, 4); 696 png_crc_read(png_ptr, png_ptr->chunk_name, 4); 704 png_crc_read(png_ptr, png_ptr->zbuf, 973 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
|
H A D | png.h | 2881 PNG_EXTERN void png_crc_read PNGARG((png_structp png_ptr, png_bytep buf,
|
Completed in 203 milliseconds