Home
last modified time | relevance | path

Searched refs:g_hash_table_foreach_remove (Results 1 – 24 of 24) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dghash.in.h91 guint g_hash_table_foreach_remove (GHashTable *hash_table,
Dghash.c583 g_hash_table_foreach_remove (GHashTable *hash_table,
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/
Dsignals.c164 g_hash_table_foreach_remove (consumed_buffers, in main()
/third_party/glib/glib/
Dghash.h112 guint g_hash_table_foreach_remove (GHashTable *hash_table,
Dghash.c1985 g_hash_table_foreach_remove (GHashTable *hash_table, in g_hash_table_foreach_remove() function
/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c109 g_hash_table_foreach_remove (metainfo, (GHRFunc) notify_custom, NULL); in _priv_gst_meta_cleanup()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Doggmux.c238 g_hash_table_foreach_remove (eos_chain_states, in stop_pipeline()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp468g_hash_table_foreach_remove (src->audio_src_pads, (GHRFunc) gst_wpe_audio_remove_audio_pad, src); in gst_wpe_src_change_state()
/third_party/libsoup/libsoup/
Dsoup-hsts-enforcer.c242 g_hash_table_foreach_remove (hsts_enforcer->priv->host_policies, in remove_expired_host_policies()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c629 g_hash_table_foreach_remove (funnel->ssrc_to_pad, _remove_pad_func, pad); in gst_rtp_funnel_release_pad()
Dgstrtpsession.c1365 g_hash_table_foreach_remove (rtpsession->priv->ptmap, return_true, NULL); in gst_rtp_session_clear_pt_map()
Drtpsession.c4464 g_hash_table_foreach_remove (sess->ssrcs[sess->mask_idx], in rtp_session_on_timeout()
Dgstrtpbin.c1054 g_hash_table_foreach_remove (session->ptmap, return_true, NULL); in gst_rtp_bin_clear_pt_map()
/third_party/glib/glib/tests/
Dhash.c310 g_hash_table_foreach_remove (h, remove_even_foreach, NULL); in second_hash_test()
648 if (g_hash_table_foreach_remove (hash_table, my_hash_callback_remove, NULL) != 5000 || in test_hash_misc()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultifdsink.c1139 g_hash_table_foreach_remove (mhsink->handle_hash, multifdsink_hash_remove, in gst_multi_fd_sink_stop_post()
Dgstmultisocketsink.c1262 g_hash_table_foreach_remove (mhsink->handle_hash, multisocketsink_hash_remove, in gst_multi_socket_sink_stop_post()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dparsechannels.c587 g_hash_table_foreach_remove (channels, remove_channel_from_hash, NULL); in destroy_channels_hash()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstleaks.c294 g_hash_table_foreach_remove (self->unhandled_filter, in should_handle_object_type()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c1084 g_hash_table_foreach_remove (accum_bins, process_leaf_bins, accum_bins); in print_stats()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpdec.c971 nb = g_hash_table_foreach_remove (filter->streams, remove_yes, NULL); in gst_srtp_dec_clear_streams()
/third_party/glib/tests/
Dtestglib.c1358 if (g_hash_table_foreach_remove (hash_table, my_hash_callback_remove, NULL) != 5000 || in hash_table_tests()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2801 g_hash_table_foreach_remove
/third_party/glib/gio/
Dgdbusconnection.c2448g_hash_table_foreach_remove (connection->map_method_serial_to_task, cancel_method_on_close, NULL); in on_worker_closed()
/third_party/gstreamer/gstplugins_bad/
DChangeLog161434 mpegtsbase: Refactor code to cope with g_hash_table_foreach_remove()