Lines Matching refs:captured_file
248 FILE *captured_file;
806 if (u->captured_file)
807 unused = fwrite(rdata, 1, u->source_output_blocksize, u->captured_file);
860 if (u->captured_file)
861 unused = fwrite(rdata, 1, u->source_output_blocksize, u->captured_file);
2071 u->captured_file = fopen("/tmp/aec_rec.sw", "wb");
2072 if (u->captured_file == NULL)
2204 if (u->captured_file)
2205 fclose(u->captured_file);
2240 u.captured_file = fopen(argv[2], "rb");
2241 if (u.captured_file == NULL) {
2309 while (fread(rdata, u.source_output_blocksize, 1, u.captured_file) > 0) {
2338 if (fread(rdata, i, 1, u.captured_file) <= 0) {
2366 if (fread(rdata, i, 1, u.captured_file) > 0)
2377 if (u.captured_file)
2378 fclose(u.captured_file);