Lines Matching defs:indx

823 							psf->cues->cue_points [n].indx = mark_id ;
943 psf->cues->cue_points [j].indx = psf->cues->cue_points [j + psf->instrument->loop_count * 2].indx ;
1172 psf->header.indx = 0 ;
1179 { psf->header.indx = psf->rchunks.chunks [k].offset - 8 ;
1187 { psf->header.indx = psf->rchunks.chunks [k].offset - 8 ;
1197 { psf->header.indx = psf->rchunks.chunks [k].offset - 8 ;
1203 psf_fwrite (psf->header.ptr, psf->header.indx, 1, psf) ;
1409 psf->header.indx = 0 ;
1421 paiff->comm_offset = psf->header.indx - 8 ;
1458 psf_binheader_writef (psf, "E24p", BHW2 (psf->cues->cue_points [idx].indx), BHW4 (psf->cues->cue_points [idx].sample_offset), BHWp (psf->cues->cue_points [idx].name)) ;
1476 paiff->ssnd_offset = psf->header.indx ;
1480 psf_fwrite (psf->header.ptr, psf->header.indx, 1, psf) ;
1485 if (has_data && psf->dataoffset != psf->header.indx)
1488 psf->dataoffset = psf->header.indx ;
1504 psf->header.indx = 0 ;
1525 if (psf->header.indx > 0)
1526 psf_fwrite (psf->header.ptr, psf->header.indx, 1, psf) ;
1804 { int indx ;
1806 if ((indx = psf_find_read_chunk_iterator (&psf->rchunks, iterator)) < 0)
1809 chunk_info->datalen = psf->rchunks.chunks [indx].len ;
1817 int indx ;
1819 if ((indx = psf_find_read_chunk_iterator (&psf->rchunks, iterator)) < 0)
1825 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ;
1826 memcpy (chunk_info->id, psf->rchunks.chunks [indx].id, sizeof (chunk_info->id) / sizeof (*chunk_info->id)) ;
1829 psf_fseek (psf, psf->rchunks.chunks [indx].offset, SEEK_SET) ;
1830 psf_fread (chunk_info->data, SF_MIN (chunk_info->datalen, psf->rchunks.chunks [indx].len), 1, psf) ;