Home
last modified time | relevance | path

Searched refs:list_notify (Results 1 – 13 of 13) sorted by relevance

/dports/devel/ivykis/ivykis-0.42.4/src/
H A Div_fd_port.c65 iv_list_del_init(&fd->list_notify); in __iv_fd_port_upload_one()
95 struct iv_fd_, list_notify); in iv_fd_port_upload()
171 iv_list_del_init(&fd->list_notify); in iv_fd_port_poll()
173 iv_list_add_tail(&fd->list_notify, in iv_fd_port_poll()
202 if (!iv_list_empty(&fd->list_notify)) in iv_fd_port_unregister_fd()
208 iv_list_del_init(&fd->list_notify); in iv_fd_port_notify_fd()
210 iv_list_add_tail(&fd->list_notify, &st->u.port.notify); in iv_fd_port_notify_fd()
H A Div_fd_kqueue.c65 iv_list_del_init(&fd->list_notify); in iv_fd_kqueue_queue_one()
125 struct iv_fd_, list_notify); in iv_fd_kqueue_upload()
247 if (!iv_list_empty(&fd->list_notify)) in iv_fd_kqueue_unregister_fd()
253 iv_list_del_init(&fd->list_notify); in iv_fd_kqueue_notify_fd()
255 iv_list_add_tail(&fd->list_notify, &st->u.kqueue.notify); in iv_fd_kqueue_notify_fd()
H A Div_fd_dev_poll.c123 fd = iv_list_entry(ilh, struct iv_fd_, list_notify); in iv_fd_dev_poll_flush_pending()
232 if (!iv_list_empty(&fd->list_notify)) in iv_fd_dev_poll_unregister_fd()
238 iv_list_del_init(&fd->list_notify); in iv_fd_dev_poll_notify_fd()
240 iv_list_add_tail(&fd->list_notify, &st->u.dev_poll.notify); in iv_fd_dev_poll_notify_fd()
H A Div_fd_epoll.c102 iv_list_del_init(&fd->list_notify); in __iv_fd_epoll_flush_one()
140 struct iv_fd_, list_notify); in iv_fd_epoll_flush_pending()
200 if (!iv_list_empty(&fd->list_notify)) in iv_fd_epoll_unregister_fd()
206 iv_list_del_init(&fd->list_notify); in iv_fd_epoll_notify_fd()
208 iv_list_add_tail(&fd->list_notify, &st->u.epoll.notify); in iv_fd_epoll_notify_fd()
H A Div_private_posix.h151 struct iv_list_head list_notify; member
H A Div_fd.c324 INIT_IV_LIST_HEAD(&fd->list_notify); in iv_fd_register_prologue()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ivykis/src/
H A Div_fd_port.c65 iv_list_del_init(&fd->list_notify); in __iv_fd_port_upload_one()
95 struct iv_fd_, list_notify); in iv_fd_port_upload()
171 iv_list_del_init(&fd->list_notify); in iv_fd_port_poll()
173 iv_list_add_tail(&fd->list_notify, in iv_fd_port_poll()
202 if (!iv_list_empty(&fd->list_notify)) in iv_fd_port_unregister_fd()
208 iv_list_del_init(&fd->list_notify); in iv_fd_port_notify_fd()
210 iv_list_add_tail(&fd->list_notify, &st->u.port.notify); in iv_fd_port_notify_fd()
H A Div_fd_kqueue.c65 iv_list_del_init(&fd->list_notify); in iv_fd_kqueue_queue_one()
125 struct iv_fd_, list_notify); in iv_fd_kqueue_upload()
247 if (!iv_list_empty(&fd->list_notify)) in iv_fd_kqueue_unregister_fd()
253 iv_list_del_init(&fd->list_notify); in iv_fd_kqueue_notify_fd()
255 iv_list_add_tail(&fd->list_notify, &st->u.kqueue.notify); in iv_fd_kqueue_notify_fd()
H A Div_fd_dev_poll.c123 fd = iv_list_entry(ilh, struct iv_fd_, list_notify); in iv_fd_dev_poll_flush_pending()
232 if (!iv_list_empty(&fd->list_notify)) in iv_fd_dev_poll_unregister_fd()
238 iv_list_del_init(&fd->list_notify); in iv_fd_dev_poll_notify_fd()
240 iv_list_add_tail(&fd->list_notify, &st->u.dev_poll.notify); in iv_fd_dev_poll_notify_fd()
H A Div_fd_epoll.c102 iv_list_del_init(&fd->list_notify); in __iv_fd_epoll_flush_one()
140 struct iv_fd_, list_notify); in iv_fd_epoll_flush_pending()
200 if (!iv_list_empty(&fd->list_notify)) in iv_fd_epoll_unregister_fd()
206 iv_list_del_init(&fd->list_notify); in iv_fd_epoll_notify_fd()
208 iv_list_add_tail(&fd->list_notify, &st->u.epoll.notify); in iv_fd_epoll_notify_fd()
H A Div_private_posix.h151 struct iv_list_head list_notify; member
H A Div_fd.c324 INIT_IV_LIST_HEAD(&fd->list_notify); in iv_fd_register_prologue()
/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/gst/rtsp-server/
H A Drtsp-stream-transport.c64 GDestroyNotify list_notify; member
241 if (priv->list_notify) in gst_rtsp_stream_transport_set_list_callbacks()
242 priv->list_notify (priv->list_user_data); in gst_rtsp_stream_transport_set_list_callbacks()
244 priv->list_notify = notify; in gst_rtsp_stream_transport_set_list_callbacks()