Lines Matching refs:fpin
855 static png_FILE_p fpin; in test_one_file() local
882 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
891 FCLOSE(fpin); in test_one_file()
949 FCLOSE(fpin); in test_one_file()
967 FCLOSE(fpin); in test_one_file()
1013 png_init_io(read_ptr, fpin); in test_one_file()
1018 png_set_read_fn(read_ptr, (png_voidp)fpin, pngtest_read_data); in test_one_file()
1671 FCLOSE(fpin); in test_one_file()
1709 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
1718 FCLOSE(fpin); in test_one_file()
1732 num_in = fread(inbuf, 1, sizeof inbuf, fpin); in test_one_file()
1754 FCLOSE(fpin); in test_one_file()
1786 FCLOSE(fpin); in test_one_file()
1804 FCLOSE(fpin); in test_one_file()