Searched refs:GIF_MAX_ERROR_SIZE (Results 1 – 3 of 3) sorted by relevance
33 FXSYS_strncpy((char*)gif_ptr->err_ptr, err_msg, GIF_MAX_ERROR_SIZE - 1); in gif_error_data()
107 GIF_MAX_ERROR_SIZE - 1); in Decode()114 FXSYS_strncpy(err_msg_ptr, "Decode Error", GIF_MAX_ERROR_SIZE - 1); in Decode()123 GIF_MAX_ERROR_SIZE - 1); in Decode()150 GIF_MAX_ERROR_SIZE - 1); in Decode()
26 #define GIF_MAX_ERROR_SIZE 256 macro