• Home
  • Raw
  • Download

Lines Matching defs:psf

43 {	SF_PRIVATE * psf ;  in psf_allocate()  local
58 psf_bump_header_allocation (SF_PRIVATE * psf, sf_count_t needed) in psf_bump_header_allocation()
95 log_putchar (SF_PRIVATE *psf, char ch) in log_putchar()
104 psf_log_printf (SF_PRIVATE *psf, const char *format, ...) in psf_log_printf()
383 psf_asciiheader_printf (SF_PRIVATE *psf, const char *format, ...) in psf_asciiheader_printf()
454 header_put_byte (SF_PRIVATE *psf, char x) in header_put_byte()
460 header_put_marker (SF_PRIVATE *psf, int x) in header_put_marker()
469 header_put_marker (SF_PRIVATE *psf, int x) in header_put_marker()
482 header_put_be_short (SF_PRIVATE *psf, int x) in header_put_be_short()
488 header_put_le_short (SF_PRIVATE *psf, int x) in header_put_le_short()
494 header_put_be_3byte (SF_PRIVATE *psf, int x) in header_put_be_3byte()
501 header_put_le_3byte (SF_PRIVATE *psf, int x) in header_put_le_3byte()
508 header_put_be_int (SF_PRIVATE *psf, int x) in header_put_be_int()
516 header_put_le_int (SF_PRIVATE *psf, int x) in header_put_le_int()
526 header_put_be_8byte (SF_PRIVATE *psf, sf_count_t x) in header_put_be_8byte()
538 header_put_le_8byte (SF_PRIVATE *psf, sf_count_t x) in header_put_le_8byte()
554 psf_binheader_writef (SF_PRIVATE *psf, const char *format, ...) in psf_binheader_writef()
850 header_read (SF_PRIVATE *psf, void *ptr, int bytes) in header_read()
872 header_seek (SF_PRIVATE *psf, sf_count_t position, int whence) in header_seek()
927 header_gets (SF_PRIVATE *psf, char *ptr, int bufsize) in header_gets()
954 psf_binheader_readf (SF_PRIVATE *psf, char const *format, ...) in psf_binheader_readf()
1146 psf_default_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t samples_from_start) in psf_default_seek()
1204 psf_log_SF_INFO (SF_PRIVATE *psf) in psf_log_SF_INFO()
1280 psf_get_cues (SF_PRIVATE * psf, void * data, size_t datasize) in psf_get_cues()
1478 psf_decode_frame_count (SF_PRIVATE *psf) in psf_decode_frame_count()