Lines Matching defs:data
146 static int wav_command (SF_PRIVATE *psf, int command, void *data, int datasize) ;
324 /* RIFX signifies big-endian format for all header and data to prevent
413 psf_log_printf (psf, "*** 'data' chunk should be an even number of bytes in length.\n") ;
424 { psf_log_printf (psf, "data : %D (should be %D)\n", psf->datalength, psf->filelength - psf->dataoffset) ;
428 psf_log_printf (psf, "data : %D\n", psf->datalength) ;
430 /* Only set dataend if there really is data at the end. */
441 /* Seek past data and continue reading header. */
1167 ** RIFX signifies big-endian format for all header and data.
1256 { /* Add PAD data if necessary. */
1343 wav_command (SF_PRIVATE *psf, int command, void * UNUSED (data), int datasize)
1420 /* Sampler Data holds the number of data bytes after the CUE chunks which
1421 ** is not actually CUE data. Display value after CUE data.
1641 if (chunk_info->data == NULL)
1649 psf_fread (chunk_info->data, SF_MIN (chunk_info->datalen, psf->rchunks.chunks [indx].len), 1, psf) ;