Searched refs:g_slist_find (Results 1 – 16 of 16) sorted by relevance
/third_party/libsoup/libsoup/ |
D | gconstructor.h | 58 int _func ## _wrapper(void) { _func(); g_slist_find (NULL, _array ## _func); return 0; } \ 66 …int _func ## _constructor(void) { atexit (_func); g_slist_find (NULL, _array ## _func); return 0;…
|
D | soup-session.c | 2779 if (g_slist_find (priv->features, feature)) { in soup_session_remove_feature()
|
/third_party/glib/glib/ |
D | gconstructor.h | 60 int _func ## _wrapper(void) { _func(); g_slist_find (NULL, _array ## _func); return 0; } \ 68 …int _func ## _constructor(void) { atexit (_func); g_slist_find (NULL, _array ## _func); return 0;…
|
D | gthread.c | 705 if (!g_slist_find (g_once_init_list, (void*) value_location)) in gboolean() 713 while (g_slist_find (g_once_init_list, (void*) value_location)); in gboolean()
|
D | gslist.h | 108 GSList* g_slist_find (GSList *list,
|
D | gspawn.c | 1854 if (!g_slist_find (child_close, GINT_TO_POINTER (stdin_fd))) in do_posix_spawn() 1879 if (!g_slist_find (child_close, GINT_TO_POINTER (stdout_fd))) in do_posix_spawn() 1903 if (!g_slist_find (child_close, GINT_TO_POINTER (stderr_fd))) in do_posix_spawn()
|
D | gslist.c | 711 g_slist_find (GSList *list, in g_slist_find() function
|
D | gmain.c | 2680 g_return_if_fail (g_slist_find (source->priv->fds, tag)); in g_source_modify_unix_fd() 2718 g_return_if_fail (g_slist_find (source->priv->fds, tag)); in g_source_remove_unix_fd() 2767 g_return_val_if_fail (g_slist_find (source->priv->fds, tag), 0); in g_source_query_unix_fd()
|
/third_party/glib/gio/kqueue/ |
D | kqueue-missing.c | 56 if (g_slist_find (missing_subs_list, sub)) in _km_add_missing()
|
/third_party/glib/gobject/ |
D | gobjectnotifyqueue.c | 173 if (g_slist_find (nqueue->pspecs, pspec) == NULL) in g_object_notify_queue_add()
|
D | gobject.c | 354 if (g_slist_find (nqueue->pspecs, pspec) == NULL) in g_object_notify_queue_add()
|
/third_party/glib/glib/deprecated/ |
D | gthread-deprecated.c | 272 if (g_slist_find (g_thread_all_threads, node->data)) in g_thread_foreach()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.c | 572 return g_slist_find (session->recv_fec_sink_ghosts, pad) != NULL; in pad_is_recv_fec() 4530 item = g_slist_find (session->recv_fec_sinks, target); in remove_recv_fec_for_pad() 4539 item = g_slist_find (session->recv_fec_sink_ghosts, ghost); in remove_recv_fec_for_pad()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 2051 if (G_UNLIKELY (g_slist_find (mix->sinkpads, pad) == NULL)) { in gst_videomixer2_release_pad()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2655 g_slist_find
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin2.c | 3438 GSList *item = g_slist_find (group->suburi_flushes_to_drop, in _uridecodebin_event_probe()
|