Home
last modified time | relevance | path

Searched refs:redirect_snd_error_to (Results 1 – 7 of 7) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-region.c1961 redirect_snd_error_to(NULL, NULL); in save_region_to_xen_error()
2040redirect_snd_error_to(save_region_to_xen_error, NULL); /* could perhaps pass name here for free in… in g_save_region()
2042 redirect_snd_error_to(NULL, NULL); in g_save_region()
2111redirect_snd_error_to(save_region_to_xen_error, NULL); /* could perhaps pass name here for free in… in g_save_region()
2113 redirect_snd_error_to(NULL, NULL); in g_save_region()
H A Dsnd-snd.c3808 redirect_snd_error_to(NULL, NULL); in save_sound_error_handler()
3845 redirect_snd_error_to(save_sound_error_handler, (void *)S_save_sound); in g_save_sound()
3848 redirect_snd_error_to(NULL, NULL); in g_save_sound()
3897 redirect_snd_error_to(NULL, NULL); in open_sound_error_handler()
3931 redirect_snd_error_to(open_sound_error_handler, (void *)S_open_sound); in g_open_sound()
3933 redirect_snd_error_to(NULL, NULL); in g_open_sound()
5145 redirect_snd_error_to(NULL, NULL);
5302 redirect_snd_error_to(apply_controls_error, (void *)S_controls_to_channel);
5306 redirect_snd_error_to(NULL, NULL);
5356 redirect_snd_error_to(apply_controls_error, (void *)S_apply_controls);
[all …]
H A Dsnd-xen.c59 void redirect_snd_error_to(void (*handler)(const char *error_msg, void *ufd), void *data) in redirect_snd_error_to() function
428 redirect_snd_error_to(handler, data); in redirect_everything_to()
437 redirect_snd_error_to(handler, data); in redirect_errors_to()
H A Dsnd-file.c1901 redirect_snd_error_to(NULL, NULL); in snd_update_error_handler()
1913 redirect_snd_error_to(snd_update_error_handler, (void *)caller); in snd_update_within_xen()
1916 redirect_snd_error_to(NULL, NULL); in snd_update_within_xen()
2535 redirect_snd_error_to(inner_handler, (void *)edit_header_data); in edit_header_callback()
2537 redirect_snd_error_to(outer_handler, (void *)edit_header_data); in edit_header_callback()
H A Dsnd-motif.c10162 redirect_snd_error_to(NULL, NULL); in file_open_ok_callback()
10280 redirect_snd_error_to(NULL, NULL); in file_mix_ok_callback()
10375 redirect_snd_error_to(NULL, NULL); in file_insert_ok_callback()
11584 redirect_snd_error_to(NULL, NULL); in save_or_extract()
11751 redirect_snd_error_to(NULL, NULL); in save_or_extract()
12831 redirect_snd_error_to(NULL, NULL); in edit_header_ok_callback()
13198 redirect_snd_error_to(NULL, NULL); in raw_data_ok_callback()
14755 redirect_snd_error_to(NULL, NULL); in view_files_mix_selected_files()
14840 redirect_snd_error_to(NULL, NULL); in view_files_insert_selected_files()
19179 redirect_snd_error_to(NULL, NULL); in preferences_save_callback()
[all …]
H A Dsnd-main.c1554 redirect_snd_error_to(NULL, NULL); in save_state_error_handler()
1574 redirect_snd_error_to(save_state_error_handler, (void *)name); in g_save_state()
1576 redirect_snd_error_to(NULL, NULL); in g_save_state()
H A Dsnd-1.h1086 void redirect_snd_error_to(void (*handler)(const char *error_msg, void *ufd), void *data);