/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | lang.c | 130 g_hash_table_replace (ht, (gpointer) g_intern_string (c1), (gpointer) tname); in parse_start_element() 131 g_hash_table_replace (ht, (gpointer) g_intern_string (c2b), (gpointer) tname); in parse_start_element() 133 g_hash_table_replace (ht, (gpointer) g_intern_string (c2t), in parse_start_element()
|
/third_party/glib/gio/inotify/ |
D | inotify-path.c | 158 g_hash_table_replace (wd_dir_hash, GINT_TO_POINTER (dir->wd), dir_list); in ip_map_wd_dir() 170 g_hash_table_replace (wd_file_hash, GINT_TO_POINTER (wd), file_list); in ip_map_wd_file() 187 g_hash_table_replace (wd_file_hash, GINT_TO_POINTER (wd), file_list); in ip_unmap_wd_file() 327 g_hash_table_replace (wd_dir_hash, GINT_TO_POINTER (dir->wd), dir_list); in ip_unmap_wd_dir()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | ghash.in.h | 68 void g_hash_table_replace (GHashTable *hash_table,
|
D | ghash.c | 405 g_hash_table_replace (GHashTable *hash_table,
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerutils.c | 175 g_hash_table_replace (_priv_tracers, key, list); in gst_tracing_register_hook_id()
|
D | gstregistry.c | 483 g_hash_table_replace (registry->priv->basename_hash, plugin->basename, in gst_registry_add_plugin() 596 g_hash_table_replace (registry->priv->feature_hash, GST_OBJECT_NAME (feature), in gst_registry_add_feature()
|
/third_party/glib/glib/ |
D | ghash.h | 71 gboolean g_hash_table_replace (GHashTable *hash_table,
|
D | gbookmarkfile.c | 887 g_hash_table_replace (item->metadata->apps_by_name, ai->name, ai); in parse_application_element() 1046 g_hash_table_replace (parse_data->namespaces, in map_namespace_to_name() 2035 g_hash_table_replace (bookmark->items_by_uri, in g_bookmark_file_add_item() 3513 g_hash_table_replace (item->metadata->apps_by_name, ai->name, ai); in g_bookmark_file_set_application_info() 3901 g_hash_table_replace (bookmark->items_by_uri, item->uri, item); in g_bookmark_file_move_item()
|
D | ghash.c | 1653 g_hash_table_replace (GHashTable *hash_table, in g_hash_table_replace() function
|
D | gkeyfile.c | 4011 g_hash_table_replace (group->lookup_map, pair->key, pair); in g_key_file_add_key_value_pair()
|
/third_party/glib/gio/tests/ |
D | gnotification-server.c | 102 g_hash_table_replace (notifications, g_strdup (notification_id), g_variant_ref (notification)); in g_notification_server_notification_added()
|
D | gdbus-testserver.c | 687 g_hash_table_replace (properties, name, value); in handle_method_call() 701 …g_hash_table_replace (properties, g_strdup ("PropertyThatWillBeInvalidated"), g_variant_ref_sink (… in handle_method_call()
|
/third_party/libsoup/libsoup/ |
D | soup-form.c | 107 g_hash_table_replace (form_data_set, name, value); in soup_form_decode()
|
D | soup-hsts-enforcer.c | 285 g_hash_table_replace (policies, g_strdup (domain), soup_hsts_policy_copy (new_policy)); in soup_hsts_enforcer_replace_policy()
|
D | soup-headers.c | 762 g_hash_table_replace (params, item, value); in parse_param_list()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wldisplay.c | 397 g_hash_table_replace (self->buffers, gstmem, wlbuffer); in gst_wl_display_register_buffer()
|
/third_party/glib/glib/tests/ |
D | hash.c | 576 g_assert (g_hash_table_replace (hash_table, g_strdup ("c"), "d")); in set_hash_test() 577 g_assert (!g_hash_table_replace (hash_table, g_strdup ("c"), "d")); in set_hash_test() 958 g_hash_table_replace (h, key_ref (key2), key_ref (key2)); in set_ref_hash_test()
|
/third_party/glib/gio/ |
D | gsimpleproxyresolver.c | 593 g_hash_table_replace (resolver->priv->uri_proxies, in g_simple_proxy_resolver_set_uri_proxy()
|
D | gcontenttype.c | 868 g_hash_table_replace (mimetypes, mimetype, NULL); in enumerate_mimetypes_subdir()
|
D | glocalfileinfo.c | 1223 g_hash_table_replace (uid_cache, GINT_TO_POINTER (uid), data); in lookup_uid_data() 1288 g_hash_table_replace (gid_cache, GINT_TO_POINTER (gid), name); in lookup_gid_name()
|
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | webrtc-unidirectional-h264.c | 512 g_hash_table_replace (receiver_entry_table, connection, receiver_entry); in soup_websocket_handler()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | m3u8.c | 1695 g_hash_table_replace (media_groups[media->mtype], in gst_hls_master_playlist_new_from_data()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmux.c | 343 g_hash_table_replace (mux->metadata, in gst_mxf_mux_set_caps()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 372 g_hash_table_replace (formats_table, in gst_videomixer2_update_converters()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2789 g_hash_table_replace
|