/third_party/glib/gio/ |
D | gfdonotificationbackend.c | 206 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()
|
D | gdbusintrospection.c | 1619 … 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()
|
D | gsocketclient.c | 1503 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()
|
D | gsettingsschema.c | 501 *list = g_slist_remove (*list, top); in pop_attribute_value()
|
/third_party/glib/gio/kqueue/ |
D | kqueue-missing.c | 177 missing_subs_list = g_slist_remove (missing_subs_list, sub); in _km_remove()
|
/third_party/glib/glib/ |
D | gslist.h | 84 GSList* g_slist_remove (GSList *list,
|
D | gbitlock.c | 152 g_slist_remove (g_futex_address_list, waiter); in g_futex_wait()
|
D | gthread.c | 748 g_once_init_list = g_slist_remove (g_once_init_list, (void*) value_location);
|
D | gmain.c | 567 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()
|
D | gslist.c | 451 g_slist_remove (GSList *list, in g_slist_remove() function
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstnavigationtest.c | 192 navtest->clicks = g_slist_remove (navtest->clicks, click); in gst_navigationtest_transform_frame()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | gnomelayout.cpp | 296 appList = g_slist_remove(appList, app); in closeSample()
|
D | cgnomelayout.c | 295 appList = g_slist_remove(appList, app); in closeSample()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | gnomelayout.cpp | 296 appList = g_slist_remove(appList, app); in closeSample()
|
D | cgnomelayout.c | 295 appList = g_slist_remove(appList, app); in closeSample()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | gnomelayout.cpp | 296 appList = g_slist_remove(appList, app); in closeSample()
|
D | cgnomelayout.c | 295 appList = g_slist_remove(appList, app); in closeSample()
|
/third_party/libsoup/libsoup/ |
D | soup-message-body.c | 716 priv->chunks = g_slist_remove (priv->chunks, chunk2); in soup_message_body_wrote_chunk()
|
D | soup-server.c | 1535 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/ |
D | slist.c | 210 slist = g_slist_remove (slist, &nums[i]); in test_slist_remove()
|
/third_party/glib/glib/deprecated/ |
D | gthread-deprecated.c | 289 g_thread_all_threads = g_slist_remove (g_thread_all_threads, thread); in g_enumerable_thread_remove()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstmultifdsink.c | 811 mhclient->sending = g_slist_remove (mhclient->sending, head); in gst_multi_fd_sink_handle_client_write()
|
D | gstmultisocketsink.c | 947 mhclient->sending = g_slist_remove (mhclient->sending, head); in gst_multi_socket_sink_handle_client_write()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpssrcdemux.c | 571 demux->srcpads = g_slist_remove (demux->srcpads, dpads); in gst_rtp_ssrc_demux_clear_ssrc()
|
/third_party/glib/gobject/ |
D | gobject.c | 627 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()
|