Searched refs:SF_INSTRUMENT (Results 1 – 9 of 9) sorted by relevance
150 { SF_INSTRUMENT instr ; in add_instrument_data()
1641 : a pointer to an SF_INSTRUMENT struct1644 : sizeof (SF_INSTRUMENT)1646 The `SF_INSTRUMENT` struct is defined in *sndfile.h* as:1662 } SF_INSTRUMENT ;1677 SF_INSTRUMENT inst ;1699 : a pointer to an SF_INSTRUMENT struct1702 : sizeof (SF_INSTRUMENT)1707 SF_INSTRUMENT inst ;
377 { SF_INSTRUMENT inst ; in copy_metadata()
287 SF_INSTRUMENT inst ; in instrument_dump()
418 SF_INSTRUMENT *instrument ;988 SF_INSTRUMENT * psf_instrument_alloc (void) ;
1362 SF_INSTRUMENT *1364 { SF_INSTRUMENT *instr ; in psf_instrument_alloc()1366 instr = calloc (1, sizeof (SF_INSTRUMENT)) ; in psf_instrument_alloc()
1396 if (datasize != sizeof (SF_INSTRUMENT) || data == NULL) in sf_command()1402 memcpy (data, psf->instrument, sizeof (SF_INSTRUMENT)) ; in sf_command()1411 if (datasize != sizeof (SF_INSTRUMENT) || data == NULL) in sf_command()1420 memcpy (psf->instrument, data, sizeof (SF_INSTRUMENT)) ; in sf_command()
485 } SF_INSTRUMENT ; typedef
708 SF_INSTRUMENT inst ; in instrumet_rw_test()736 { static SF_INSTRUMENT write_inst = in instrument_test()747 SF_INSTRUMENT read_inst ; in instrument_test()