Home
last modified time | relevance | path

Searched refs:channel_find_by_name (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dchannels.h130 channel_t *channel_find_by_name(const char *name);
H A Dservice_mapper.c228 chn = channel_find_by_name(name); in service_mapper_process()
H A Dchannels.c555 channel_find_by_name ( const char *name ) in channel_find_by_name() function
H A Depg.c2979 channel_find_by_name(eq->channel); in epg_query()
H A Dhtsp_server.c2448 if((ch = channel_find_by_name(str)) == NULL) in htsp_method_subscribe()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/webui/
H A Dxmltv.c270 ch = channel_find_by_name(components[1]); in page_xmltv()
H A Dwebui.c1070 ch = channel_find_by_name(components[1]); in page_http_playlist()
1374 ch = channel_find_by_name(components[1]); in http_stream()
/dports/games/lbreakout2/lbreakout2-2.6.5/server/
H A Dserver.c127 ServerChannel *channel_find_by_name( char *name ) in channel_find_by_name() function
828 newchannel = channel_find_by_name( name ); in parse_packet_channel()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/dvr/
H A Ddvr_timerec.c322 if (ch == NULL) ch = v ? channel_find_by_name(v) : NULL; in dvr_timerec_entry_class_channel_set()
H A Ddvr_autorec.c483 if (ch == NULL) ch = v ? channel_find_by_name(v) : NULL; in dvr_autorec_entry_class_channel_set()
H A Ddvr_db.c2696 ch = v ? channel_find_by_name(v) : NULL; in dvr_entry_class_channel_name_set()
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/
H A Doscplot.c88 static int channel_find_by_name(struct iio_context *ctx, int device_index, const char *name);
4559 ch_index = channel_find_by_name(priv->ctx, dev_index, ch_name); in get_user_saveas_channel_selection()
5269 static int channel_find_by_name(struct iio_context *ctx, int device_index, in channel_find_by_name() function
5617 ch = channel_find_by_name(ctx, dev, ch_name); in osc_plot_ini_read_handler()