Lines Matching defs:chunk
227 png_warning(png_ptr, "Insufficient memory for hIST chunk data.");
660 png_warning(png_ptr, "Insufficient memory to process iCCP chunk.");
781 png_warning(png_ptr, "iTXt chunk not supported.");
854 png_debug1(3, "transferred text chunk %d\n", info_ptr->num_text);
980 png_warning(png_ptr, "Out of memory while processing unknown chunk.");
998 png_warning(png_ptr, "Out of memory processing unknown chunk.");
1018 int chunk, int location)
1020 if(png_ptr != NULL && info_ptr != NULL && chunk >= 0 && chunk <
1022 info_ptr->unknown_chunks[chunk].location = (png_byte)location;