Lines Matching refs:file
60 ** The file size limit in bytes below which we can, if requested, write this
61 ** file as a RIFF/WAVE file.
101 if (psf->file.mode == SFM_READ || (psf->file.mode == SFM_RDWR && psf->filelength > 0))
115 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR)
190 /* Set position to start of file to begin reading header. */
314 { psf_log_printf (psf, "%M : 0x%x\n**** Weird, RF64 file without a 'ds64' chunk and no valid 'data' size.\n", marker, chunk_size) ;
323 { psf_log_printf (psf, " *** Looks like a WAV file which wasn't closed properly. Fixing it.\n") ;
375 { psf_log_printf (psf, "*** Chunk size %u > file length %D. Exiting parser.\n", chunk_size, psf->filelength) ;
558 /* For an Ambisonic file set the channel mask to zero.
806 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR)