reread_byte 1317 contrib/tools/pngfix.c result = (result << 8) + reread_byte(file); reread_byte 1678 contrib/tools/pngfix.c if (reread_byte(file) == 0) /* keyword null terminator */ reread_byte 1682 contrib/tools/pngfix.c (void)reread_byte(file); /* compression method */ reread_byte 1707 contrib/tools/pngfix.c if (reread_byte(file) == 0) /* keyword null terminator */ reread_byte 1711 contrib/tools/pngfix.c if (reread_byte(file) == 0) /* uncompressed text */ reread_byte 1716 contrib/tools/pngfix.c (void)reread_byte(file); /* compression method */ reread_byte 1723 contrib/tools/pngfix.c if (reread_byte(file) == 0) /* terminator */ reread_byte 1730 contrib/tools/pngfix.c if (reread_byte(file) == 0) /* terminator */ reread_byte 2291 contrib/tools/pngfix.c png_byte bIn = reread_byte(file); reread_byte 2892 contrib/tools/pngfix.c file->bit_depth = reread_byte(file); reread_byte 2893 contrib/tools/pngfix.c file->color_type = reread_byte(file); reread_byte 2894 contrib/tools/pngfix.c file->compression_method = reread_byte(file); reread_byte 2895 contrib/tools/pngfix.c file->filter_method = reread_byte(file); reread_byte 2896 contrib/tools/pngfix.c file->interlace_method = reread_byte(file); reread_byte 3414 contrib/tools/pngfix.c b = reread_byte(file);