Searched refs:subscribe (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dseq_kernel.h67 int (*subscribe)(void *private_data, struct snd_seq_port_subscribe *info); member in struct:snd_seq_port_callback
73 unsigned int callback_all; /* call subscribe callbacks at each connection/disconnection */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibrtmp.c41 char *subscribe; member in struct:LibRTMPContext
139 if (ctx->subscribe)
140 len += strlen(ctx->subscribe) + sizeof(" subscribe=");
200 if (ctx->subscribe) {
201 av_strlcat(filename, " subscribe=", len);
202 av_strlcat(filename, ctx->subscribe, len);
310 {"rtmp_subscribe", "Name of live stream to subscribe to. Defaults to rtmp_playpath.", OFFSET(subscribe), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC},
H A Drtmpproto.c115 char* subscribe; ///< name of live stream to subscribe member in struct:RTMPContext
885 const char *subscribe)
892 0, 27 + strlen(subscribe))) < 0)
899 ff_amf_write_string(&p, subscribe);
1991 if (rt->subscribe) {
1992 if ((ret = gen_fcsubscribe_stream(s, rt, rt->subscribe)) < 0)
2886 {"rtmp_subscribe", "Name of live stream to subscribe to. Defaults to rtmp_playpath.", OFFSET(subscribe), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC},
884 gen_fcsubscribe_stream(URLContext *s, RTMPContext *rt, const char *subscribe) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_local.h28 int (*subscribe_events)(snd_ctl_t *handle, int subscribe);
H A Dcontrol_ext.c66 static int snd_ctl_ext_subscribe_events(snd_ctl_t *handle, int subscribe) argument
70 if (subscribe < 0)
72 ext->subscribed = !!subscribe;
74 ext->callback->subscribe_events(ext, subscribe);
H A Dcontrol_hw.c112 static int snd_ctl_hw_subscribe_events(snd_ctl_t *handle, int subscribe) argument
115 if (ioctl(hw->fd, SNDRV_CTL_IOCTL_SUBSCRIBE_EVENTS, &subscribe) < 0) {
H A Dcontrol_shm.c130 static int snd_ctl_shm_subscribe_events(snd_ctl_t *ctl, int subscribe) argument
135 ctrl->u.subscribe_events = subscribe;
H A Dcontrol.c216 * \param subscribe 0 = unsubscribe, 1 = subscribe
219 int snd_ctl_subscribe_events(snd_ctl_t *ctl, int subscribe) argument
222 return ctl->ops->subscribe_events(ctl, subscribe);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dlowcomms.c1101 struct sctp_event_subscribe subscribe; local
1119 memset(&subscribe, 0, sizeof(subscribe));
1120 subscribe.sctp_data_io_event = 1;
1121 subscribe.sctp_association_event = 1;
1122 subscribe.sctp_send_failure_event = 1;
1123 subscribe.sctp_shutdown_event = 1;
1124 subscribe.sctp_partial_delivery_event = 1;
1132 (char *)&subscribe, sizeof(subscribe));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dcontrol_external.h230 * subscribe/unsubscribe the event notification; optional
232 void (*subscribe_events)(snd_ctl_ext_t *ext, int subscribe);
H A Dcontrol.h236 int snd_ctl_subscribe_events(snd_ctl_t *ctl, int subscribe);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dcontrol.c1080 int subscribe; local
1081 if (get_user(subscribe, ptr))
1083 if (subscribe < 0) {
1084 subscribe = file->subscribed;
1085 if (put_user(subscribe, ptr))
1089 if (subscribe) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dchunk.c118 &sp->subscribe);
H A Dulpqueue.c218 if (!sctp_ulpevent_is_enabled(event, &sctp_sk(sk)->subscribe))
1083 &sctp_sk(sk)->subscribe))
H A Dsocket.c1922 if (sp->subscribe.sctp_data_io_event)
1998 if (copy_from_user(&sctp_sk(sk)->subscribe, optval, optlen))
3601 memset(&sp->subscribe, 0, sizeof(struct sctp_event_subscribe));
3888 if (copy_to_user(optval, &sctp_sk(sk)->subscribe, len))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi.c390 pcallbacks.subscribe = midisynth_subscribe;
H A Dseq_virmidi.c267 * subscribe callback - allow output to rawmidi device
385 pcallbacks.subscribe = snd_virmidi_subscribe;
H A Dseq_clientmgr.c1271 port->c_src.open = callback->subscribe;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h332 struct sctp_event_subscribe subscribe; member in struct:sctp_sock
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A DwxPython.tex472 wxPython-users mail list. You can view the archive or subscribe by

Completed in 229 milliseconds