Lines Matching refs:fpin
689 static png_FILE_p fpin;
722 if ((fpin = CreateFile(path, GENERIC_READ, 0, NULL, OPEN_EXISTING, 0,
725 if ((fpin = fopen(inname, "rb")) == NULL)
741 FCLOSE(fpin);
810 FCLOSE(fpin);
832 FCLOSE(fpin);
844 png_init_io(read_ptr, fpin);
849 png_set_read_fn(read_ptr, (png_voidp)fpin, pngtest_read_data);
1357 FCLOSE(fpin);
1363 if ((fpin = CreateFile(path, GENERIC_READ, 0, NULL, OPEN_EXISTING,
1366 if ((fpin = fopen(inname, "rb")) == NULL)
1382 FCLOSE(fpin);
1390 READFILE(fpin, inbuf, 1, num_in);
1409 FCLOSE(fpin);
1432 FCLOSE(fpin);
1438 FCLOSE(fpin);