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.");
747 png_warning(png_ptr, "iTXt chunk not supported.");
822 png_debug1(3, "transferred text chunk %d", info_ptr->num_text);
881 "tRNS chunk has out-of-range samples for bit_depth");
944 "Out of memory while processing sPLT chunk");
953 "Out of memory while processing sPLT chunk");
990 "Out of memory while processing unknown chunk.");
1020 "Out of memory while processing unknown chunk.");
1036 int chunk, int location)
1038 if (png_ptr != NULL && info_ptr != NULL && chunk >= 0 && chunk <
1040 info_ptr->unknown_chunks[chunk].location = (png_byte)location;