Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:keyword

750       png_warning(png_ptr, "Empty keyword in iCCP chunk");
821 png_warning(png_ptr, "Empty keyword in sPLT chunk");
1195 /* Check that the tEXt or zTXt keyword is valid per PNG 1.0 specification,
1196 * and if invalid, correct the keyword rather than discarding the entire
1199 * and the non-break space (0x80) from ISO 8859-1. Returns keyword length.
1201 * The new_key is allocated to hold the corrected keyword and must be freed
1218 png_warning(png_ptr, "zero length keyword");
1222 png_debug1(2, "Keyword to be checked is '%s'\n", key);
1227 png_warning(png_ptr, "Out of memory while procesing keyword");
1241 "invalid keyword character 0x%02X", (png_byte)*kp);
1244 png_warning(png_ptr, "invalid character in keyword");
1259 png_warning(png_ptr, "trailing spaces removed from keyword");
1272 png_warning(png_ptr, "leading spaces removed from keyword");
1304 png_warning(png_ptr, "extra interior spaces removed from keyword");
1310 png_warning(png_ptr, "Zero length keyword");
1315 png_warning(png_ptr, "keyword length must be 1 - 79 characters");
1339 png_warning(png_ptr, "Empty keyword in tEXt chunk");
1389 png_warning(png_ptr, "Empty keyword in zTXt chunk");
1447 png_warning(png_ptr, "Empty keyword in iTXt chunk");