Home
last modified time | relevance | path

Searched refs:g_hash_table_replace (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dlang.c130 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/
Dinotify-path.c158 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/
Dghash.in.h68 void g_hash_table_replace (GHashTable *hash_table,
Dghash.c405 g_hash_table_replace (GHashTable *hash_table,
/third_party/gstreamer/gstreamer/gst/
Dgsttracerutils.c175 g_hash_table_replace (_priv_tracers, key, list); in gst_tracing_register_hook_id()
Dgstregistry.c483 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/
Dghash.h71 gboolean g_hash_table_replace (GHashTable *hash_table,
Dgbookmarkfile.c887 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()
Dghash.c1653 g_hash_table_replace (GHashTable *hash_table, in g_hash_table_replace() function
Dgkeyfile.c4011 g_hash_table_replace (group->lookup_map, pair->key, pair); in g_key_file_add_key_value_pair()
/third_party/glib/gio/tests/
Dgnotification-server.c102 g_hash_table_replace (notifications, g_strdup (notification_id), g_variant_ref (notification)); in g_notification_server_notification_added()
Dgdbus-testserver.c687 g_hash_table_replace (properties, name, value); in handle_method_call()
701g_hash_table_replace (properties, g_strdup ("PropertyThatWillBeInvalidated"), g_variant_ref_sink (… in handle_method_call()
/third_party/libsoup/libsoup/
Dsoup-form.c107 g_hash_table_replace (form_data_set, name, value); in soup_form_decode()
Dsoup-hsts-enforcer.c285 g_hash_table_replace (policies, g_strdup (domain), soup_hsts_policy_copy (new_policy)); in soup_hsts_enforcer_replace_policy()
Dsoup-headers.c762 g_hash_table_replace (params, item, value); in parse_param_list()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.c397 g_hash_table_replace (self->buffers, gstmem, wlbuffer); in gst_wl_display_register_buffer()
/third_party/glib/glib/tests/
Dhash.c576 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/
Dgsimpleproxyresolver.c593 g_hash_table_replace (resolver->priv->uri_proxies, in g_simple_proxy_resolver_set_uri_proxy()
Dgcontenttype.c868 g_hash_table_replace (mimetypes, mimetype, NULL); in enumerate_mimetypes_subdir()
Dglocalfileinfo.c1223 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/
Dwebrtc-unidirectional-h264.c512 g_hash_table_replace (receiver_entry_table, connection, receiver_entry); in soup_websocket_handler()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c1695 g_hash_table_replace (media_groups[media->mtype], in gst_hls_master_playlist_new_from_data()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.c343 g_hash_table_replace (mux->metadata, in gst_mxf_mux_set_caps()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c372 g_hash_table_replace (formats_table, in gst_videomixer2_update_converters()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2789 g_hash_table_replace

12