Lines Matching refs:data
97 static int caf_command (SF_PRIVATE *psf, int command, void *data, int datasize) ;
229 caf_command (SF_PRIVATE * psf, int command, void * UNUSED (data), int UNUSED (datasize))
290 { /* Floating point data. */
302 { /* Integer data. */
558 { psf_log_printf (psf, "**** Error, could not find 'data' chunk.\n") ;
741 psf_binheader_writef (psf, "m44b", BHWm ((int) psf->wchunks.chunks [uk].mark32), BHW4 (0), BHW4 (psf->wchunks.chunks [uk].len), BHWv (psf->wchunks.chunks [uk].data), BHWz (psf->wchunks.chunks [uk].len)) ;
744 { /* Add free chunk so that the actual audio data starts at a multiple 0x1000. */
937 { if (psf->strings.data [k].type == 0)
940 if (psf->strings.data [k].flags != location)
943 if ((cptr = psf_get_string (psf, psf->strings.data [k].type)) == NULL)
946 switch (psf->strings.data [k].type)
1022 if (chunk_info->data == NULL)
1030 psf_fread (chunk_info->data, SF_MIN (chunk_info->datalen, psf->rchunks.chunks [indx].len), 1, psf) ;