Lines Matching refs:chunk
209 png_warning(png_ptr, "Insufficient memory for hIST chunk data.");
611 png_warning(png_ptr, "Insufficient memory to process iCCP chunk.");
737 png_warning(png_ptr, "iTXt chunk not supported.");
812 png_debug1(3, "transferred text chunk %d", info_ptr->num_text);
871 "tRNS chunk has out-of-range samples for bit_depth");
934 "Out of memory while processing sPLT chunk");
943 "Out of memory while processing sPLT chunk");
980 "Out of memory while processing unknown chunk.");
1010 "Out of memory while processing unknown chunk.");
1026 int chunk, int location)
1028 if (png_ptr != NULL && info_ptr != NULL && chunk >= 0 && chunk <
1030 info_ptr->unknown_chunks[chunk].location = (png_byte)location;