Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dplugin.c249 if (flac_cfg.stream.save_http_path) in FLAC_XMMS__init()
250 g_free (flac_cfg.stream.save_http_path); in FLAC_XMMS__init()
251 …"flac", "stream.save_http_path", &flac_cfg.stream.save_http_path) || ! *flac_cfg.stream.save_http_… in FLAC_XMMS__init()
252 if (flac_cfg.stream.save_http_path) in FLAC_XMMS__init()
253 g_free (flac_cfg.stream.save_http_path); in FLAC_XMMS__init()
254 flac_cfg.stream.save_http_path = homedir(); in FLAC_XMMS__init()
Dconfigure.h44 gchar *save_http_path; member
Dconfigure.c189 if (flac_cfg.stream.save_http_path) in flac_configurewin_ok()
190 g_free(flac_cfg.stream.save_http_path); in flac_configurewin_ok()
191 flac_cfg.stream.save_http_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(streaming_save_entry))); in flac_configurewin_ok()
213 xmms_cfg_write_string(cfg, "flac", "stream.save_http_path", flac_cfg.stream.save_http_path); in flac_configurewin_ok()
355 flac_cfg.stream.save_http_path, GTK_SELECTION_SINGLE, streaming_save_dirbrowser_cb); in streaming_save_browse_cb()
741 …ext(GTK_ENTRY(streaming_save_entry), flac_cfg.stream.save_http_path? flac_cfg.stream.save_http_pat… in FLAC_XMMS__configure()
Dhttp.c633 output_name = g_strdup_printf("%s/%s.flac", flac_cfg.stream.save_http_path, output_name); in http_buffer_loop()