Lines Matching refs:sfinfo_rw
118 SF_INFO sfinfo_rd, sfinfo_rw ;
121 memset (&sfinfo_rw, 0, sizeof (sfinfo_rw)) ;
132 if ((file = sf_open (filename, SFM_RDWR, &sfinfo_rw)) == NULL)
140 memset (&sfinfo_rw, 0, sizeof (sfinfo_rw)) ;
141 if ((file = sf_open (filename, SFM_READ, &sfinfo_rw)) == NULL)
149 if (sfinfo_rd.format != sfinfo_rw.format)
151 sfinfo_rd.format, sfinfo_rw.format) ;
155 if (sfinfo_rd.channels != sfinfo_rw.channels)
157 sfinfo_rd.channels, sfinfo_rw.channels) ;
161 if (sfinfo_rd.frames != sfinfo_rw.frames)
163 sfinfo_rd.frames, sfinfo_rw.frames) ;