Searched refs:use_udp_channel (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dconfigure.h46 gboolean use_udp_channel; member in struct:__anon3866::__anon3868
H A Dhttp.c455 if (flac_cfg.stream.use_udp_channel)
487 flac_cfg.stream.use_udp_channel ? udpspace : "");
688 if (flac_cfg.stream.use_udp_channel && udp_sock != 0)
H A Dconfigure.c70 FALSE /* use_udp_channel */
193 flac_cfg.stream.use_udp_channel = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_udp_title));
214 xmms_cfg_write_boolean(cfg, "flac", "stream.use_udp_channel", flac_cfg.stream.use_udp_channel);
759 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(streaming_udp_title), flac_cfg.stream.use_udp_channel);
H A Dplugin.c254 xmms_cfg_read_boolean(cfg, "flac", "stream.use_udp_channel", &flac_cfg.stream.use_udp_channel);

Completed in 67 milliseconds