Home
last modified time | relevance | path

Searched refs:save_http_stream (Results 1 – 4 of 4) sorted by relevance

/external/flac/src/plugin_xmms/
Dconfigure.h43 gboolean save_http_stream; member
Dconfigure.c188 …flac_cfg.stream.save_http_stream = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_save_u… in flac_configurewin_ok()
212 xmms_cfg_write_boolean(cfg, "flac", "stream.save_http_stream", flac_cfg.stream.save_http_stream); in flac_configurewin_ok()
729 …_toggle_button_set_active(GTK_TOGGLE_BUTTON(streaming_save_use), flac_cfg.stream.save_http_stream); in FLAC_XMMS__configure()
734 gtk_widget_set_sensitive(streaming_save_hbox, flac_cfg.stream.save_http_stream); in FLAC_XMMS__configure()
Dplugin.c248 xmms_cfg_read_boolean(cfg, "flac", "stream.save_http_stream", &flac_cfg.stream.save_http_stream); in FLAC_XMMS__init()
Dhttp.c621 if (sock >= 0 && flac_cfg.stream.save_http_stream) { in http_buffer_loop()