Home
last modified time | relevance | path

Searched refs:g_slist_remove (Results 1 – 25 of 35) sorted by relevance

12

/third_party/glib/gio/
Dgfdonotificationbackend.c206 backend->notifications = g_slist_remove (backend->notifications, n); in notify_signal()
366 backend->notifications = g_slist_remove (backend->notifications, match); in notification_sent()
484 self->notifications = g_slist_remove (self->notifications, n); in g_fdo_notification_backend_withdraw_notification()
Dgdbusintrospection.c1619 … data->interfaces_stack = g_slist_remove (data->interfaces_stack, data->interfaces_stack->data); in parser_end_element()
1623 data->nodes_stack = g_slist_remove (data->nodes_stack, data->nodes_stack->data); in parser_end_element()
1711 … data->annotations_stack = g_slist_remove (data->annotations_stack, data->annotations_stack->data); in parser_end_element()
1731 … data->annotations_stack = g_slist_remove (data->annotations_stack, data->annotations_stack->data); in parser_end_element()
Dgsocketclient.c1503 attempt->data->connection_attempts = g_slist_remove (attempt->data->connection_attempts, attempt); in connection_attempt_remove()
1726 data->successful_connections = g_slist_remove (data->successful_connections, attempt); in try_next_successful_connection()
Dgsettingsschema.c501 *list = g_slist_remove (*list, top); in pop_attribute_value()
/third_party/glib/gio/kqueue/
Dkqueue-missing.c177 missing_subs_list = g_slist_remove (missing_subs_list, sub); in _km_remove()
/third_party/glib/glib/
Dgslist.h84 GSList* g_slist_remove (GSList *list,
Dgbitlock.c152 g_slist_remove (g_futex_address_list, waiter); in g_futex_wait()
Dgthread.c748 g_once_init_list = g_slist_remove (g_once_init_list, (void*) value_location);
Dgmain.c567 main_context_list = g_slist_remove (main_context_list, context); in g_main_context_unref()
1521 source->poll_fds = g_slist_remove (source->poll_fds, fd); in g_source_remove_poll()
1599 g_slist_remove (parent_source->priv->child_sources, child_source); in g_child_source_remove_internal()
2293 g_slist_remove (source->priv->child_sources, child_source); in g_source_unref_internal()
2726 source->priv->fds = g_slist_remove (source->priv->fds, poll_fd); in g_source_remove_unix_fd()
3503 context->waiters = g_slist_remove (context->waiters, &waiter); in g_main_context_wait_internal()
5571 unix_signal_watches = g_slist_remove (unix_signal_watches, source); in g_unix_signal_watch_finalize()
5579 unix_child_watches = g_slist_remove (unix_child_watches, source); in g_child_watch_finalize()
Dgslist.c451 g_slist_remove (GSList *list, in g_slist_remove() function
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstnavigationtest.c192 navtest->clicks = g_slist_remove (navtest->clicks, click); in gst_navigationtest_transform_frame()
/third_party/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp296 appList = g_slist_remove(appList, app); in closeSample()
Dcgnomelayout.c295 appList = g_slist_remove(appList, app); in closeSample()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dgnomelayout.cpp296 appList = g_slist_remove(appList, app); in closeSample()
Dcgnomelayout.c295 appList = g_slist_remove(appList, app); in closeSample()
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dgnomelayout.cpp296 appList = g_slist_remove(appList, app); in closeSample()
Dcgnomelayout.c295 appList = g_slist_remove(appList, app); in closeSample()
/third_party/libsoup/libsoup/
Dsoup-message-body.c716 priv->chunks = g_slist_remove (priv->chunks, chunk2); in soup_message_body_wrote_chunk()
Dsoup-server.c1535 priv->clients = g_slist_remove (priv->clients, client); in socket_disconnected()
1965 priv->listeners = g_slist_remove (priv->listeners, v4sock); in soup_server_listen_ipv4_ipv6()
2856 priv->auth_domains = g_slist_remove (priv->auth_domains, auth_domain); in soup_server_remove_auth_domain()
/third_party/glib/glib/tests/
Dslist.c210 slist = g_slist_remove (slist, &nums[i]); in test_slist_remove()
/third_party/glib/glib/deprecated/
Dgthread-deprecated.c289 g_thread_all_threads = g_slist_remove (g_thread_all_threads, thread); in g_enumerable_thread_remove()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultifdsink.c811 mhclient->sending = g_slist_remove (mhclient->sending, head); in gst_multi_fd_sink_handle_client_write()
Dgstmultisocketsink.c947 mhclient->sending = g_slist_remove (mhclient->sending, head); in gst_multi_socket_sink_handle_client_write()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpssrcdemux.c571 demux->srcpads = g_slist_remove (demux->srcpads, dpads); in gst_rtp_ssrc_demux_clear_ssrc()
/third_party/glib/gobject/
Dgobject.c627 class->construct_properties = g_slist_remove (class->construct_properties, pspec); in validate_and_install_class_property()
4640 *weak_locations = g_slist_remove (*weak_locations, weak_ref); in g_weak_ref_set()

12