Home | History | Annotate | Download | only in giflib

Lines Matching refs:Err

18     char *Err;
22 Err = "Failed to open given file";
25 Err = "Failed to write to given file";
28 Err = "Screen descriptor has already been set";
31 Err = "Image descriptor is still active";
34 Err = "Neither global nor local color map";
37 Err = "Number of pixels bigger than width * height";
40 Err = "Failed to allocate required memory";
43 Err = "Write failed (disk full?)";
46 Err = "Failed to close given file";
49 Err = "Given file was not opened for write";
52 Err = "Failed to open given file";
55 Err = "Failed to read from given file";
58 Err = "Data is not in GIF format";
61 Err = "No screen descriptor detected";
64 Err = "No Image Descriptor detected";
67 Err = "Neither global nor local color map";
70 Err = "Wrong record type detected";
73 Err = "Number of pixels bigger than width * height";
76 Err = "Failed to allocate required memory";
79 Err = "Failed to close given file";
82 Err = "Given file was not opened for read";
85 Err = "Image is defective, decoding aborted";
88 Err = "Image EOF detected before image complete";
91 Err = NULL;
94 return Err;