Home
last modified time | relevance | path

Searched refs:g_slist_find (Results 1 – 16 of 16) sorted by relevance

/third_party/libsoup/libsoup/
Dgconstructor.h58 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;…
Dsoup-session.c2779 if (g_slist_find (priv->features, feature)) { in soup_session_remove_feature()
/third_party/glib/glib/
Dgconstructor.h60 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;…
Dgthread.c705 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()
Dgslist.h108 GSList* g_slist_find (GSList *list,
Dgspawn.c1854 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()
Dgslist.c711 g_slist_find (GSList *list, in g_slist_find() function
Dgmain.c2680 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/
Dkqueue-missing.c56 if (g_slist_find (missing_subs_list, sub)) in _km_add_missing()
/third_party/glib/gobject/
Dgobjectnotifyqueue.c173 if (g_slist_find (nqueue->pspecs, pspec) == NULL) in g_object_notify_queue_add()
Dgobject.c354 if (g_slist_find (nqueue->pspecs, pspec) == NULL) in g_object_notify_queue_add()
/third_party/glib/glib/deprecated/
Dgthread-deprecated.c272 if (g_slist_find (g_thread_all_threads, node->data)) in g_thread_foreach()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c572 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/
Dvideomixer2.c2051 if (G_UNLIKELY (g_slist_find (mix->sinkpads, pad) == NULL)) { in gst_videomixer2_release_pad()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2655 g_slist_find
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c3438 GSList *item = g_slist_find (group->suburi_flushes_to_drop, in _uridecodebin_event_probe()