Home | History | Annotate | Download | only in libs3cjpeg

Lines Matching refs:fout

289     FILE *fout = NULL;
291 fout = fopen(file_name, "wb");
292 if (!fout)
294 size_t nwrite = fwrite(mArgs.out_buf, sizeof(char), param->file_size, fout);
295 fclose(fout);
344 FILE *fout = NULL;
346 fout = fopen(file_name, "wb");
347 if (!fout)
349 size_t nwrite = fwrite(mArgs.out_thumb_buf, sizeof(char), param->file_size, fout);
350 fclose(fout);