• Home
  • Raw
  • Download

Lines Matching refs:SNDFILE

126 void 	dump_log_buffer (SNDFILE *file) ;
127 void check_log_buffer_or_die (SNDFILE *file, int line_num) ;
128 int string_in_log_buffer (SNDFILE *file, const char *s) ;
133 SNDFILE *test_open_file_or_die
137 (SNDFILE *file, int line_num, int pass, sf_count_t read_pos, sf_count_t write_pos) ;
140 (SNDFILE *file, sf_count_t offset, int whence, sf_count_t new_pos, int channels, int line_num) ;
145 …(SNDFILE *file, int pass, [+ (get "io_element") +] *test, sf_count_t [+ (get "count_name") +], int…
149 test_read_raw_or_die (SNDFILE *file, int pass, void *test, sf_count_t items, int line_num) ;
154 …(SNDFILE *file, int pass, const [+ (get "io_element") +] *test, sf_count_t [+ (get "count_name") +…
158 test_write_raw_or_die (SNDFILE *file, int pass, const void *test, sf_count_t items, int line_num) ;
264 SNDFILE *file ;
400 check_log_buffer_or_die (SNDFILE *file, int line_num)
439 string_in_log_buffer (SNDFILE *file, const char *s)
510 dump_log_buffer (SNDFILE *file)
538 SNDFILE *
542 SNDFILE *file ;
617 test_read_write_position_or_die (SNDFILE *file, int line_num, int pass, sf_count_t read_pos, sf_cou…
642 test_seek_or_die (SNDFILE *file, sf_count_t offset, int whence, sf_count_t new_pos, int channels, i…
697 test_[+ (get "op_element") +]_[+ (get "io_element") +]_or_die (SNDFILE *file, int pass, [+ (get "io…
716 test_read_raw_or_die (SNDFILE *file, int pass, void *test, sf_count_t items, int line_num)
735 test_[+ (get "op_element") +]_[+ (get "io_element") +]_or_die (SNDFILE *file, int pass, const [+ (g…
754 test_write_raw_or_die (SNDFILE *file, int pass, const void *test, sf_count_t items, int line_num)
890 { SNDFILE * file ;