Searched refs:save_http_path (Results 1 – 4 of 4) sorted by relevance
/external/flac/src/plugin_xmms/ |
D | plugin.c | 249 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()
|
D | configure.h | 44 gchar *save_http_path; member
|
D | configure.c | 189 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()
|
D | http.c | 633 output_name = g_strdup_printf("%s/%s.flac", flac_cfg.stream.save_http_path, output_name); in http_buffer_loop()
|