Home
last modified time | relevance | path

Searched refs:g_hash_table_new (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/glib/gio/inotify/
Dinotify-path.c122 path_dir_hash = g_hash_table_new (g_str_hash, g_str_equal); in _ip_startup()
123 sub_dir_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup()
124 wd_dir_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup()
125 wd_file_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup()
403 dir->files_hash = g_hash_table_new (g_str_hash, g_str_equal); in ip_watched_dir_new()
/third_party/gstreamer/gstreamer/gst/
Dgstformat.c63 _nick_to_format = g_hash_table_new (g_str_hash, g_str_equal); in _priv_gst_format_initialize()
64 _format_to_nick = g_hash_table_new (NULL, NULL); in _priv_gst_format_initialize()
Dgsttracerutils.c78 _priv_tracers = g_hash_table_new (NULL, NULL); in _priv_gst_tracing_init()
/third_party/glib/glib/deprecated/
Dgcache.c196 cache->key_table = g_hash_table_new (hash_key_func, key_equal_func); in g_cache_new()
197 cache->value_table = g_hash_table_new (hash_value_func, NULL); in g_cache_new()
Dgrel.c204 rel->all_tuples = g_hash_table_new (tuple_hash (fields), tuple_equal (fields)); in g_relation_new()
282 relation->hashed_tuple_tables[field] = g_hash_table_new (hash_func, key_equal_func); in g_relation_index()
331 per_key_table = g_hash_table_new (tuple_hash (relation->fields), tuple_equal (relation->fields)); in g_relation_insert()
/third_party/glib/glib/tests/
Dhash.c360 h = g_hash_table_new (NULL, NULL); in direct_hash_test()
385 h = g_hash_table_new (g_direct_hash, g_direct_equal); in direct_hash_test2()
412 h = g_hash_table_new (g_int_hash, g_int_equal); in int_hash_test()
441 h = g_hash_table_new (g_int64_hash, g_int64_equal); in int64_hash_test()
470 h = g_hash_table_new (g_double_hash, g_double_equal); in double_hash_test()
600 hash_table = g_hash_table_new (my_hash, my_hash_equal); in test_hash_misc()
655 hash_table = g_hash_table_new (my_hash, my_hash_equal); in test_hash_misc()
764 h = g_hash_table_new (null_safe_str_hash, null_safe_str_equal); in test_lookup_null_key()
1083 hash = g_hash_table_new (g_str_hash, g_str_equal); in test_find()
1130 hash = g_hash_table_new (g_str_hash, g_str_equal); in test_foreach()
/third_party/glib/glib/
Dgrefstring.c211 interned_ref_strings = g_hash_table_new (g_str_hash, interned_str_equal); in g_ref_string_new_intern()
Dgstringchunk.c244 chunk->const_table = g_hash_table_new (g_str_hash, g_str_equal); in g_string_chunk_insert_const()
Dgcharset.c56 alias_hash = g_hash_table_new (g_str_hash, g_str_equal); in get_alias_hash()
409 GHashTable *table = g_hash_table_new (g_str_hash, g_str_equal); in unalias_lang()
Dgquark.c61 quark_ht = g_hash_table_new (g_str_hash, g_str_equal); in g_quark_init()
Dghash.h57 GHashTable* g_hash_table_new (GHashFunc hash_func,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklicensestables.c343 license->titles = g_hash_table_new (g_str_hash, g_str_equal); in parse_text()
352 license->descriptions = g_hash_table_new (g_str_hash, g_str_equal); in parse_text()
644 translations = g_hash_table_new (g_str_hash, g_str_equal); in write_translations_dictionary()
738 unknown_sources = g_hash_table_new (g_str_hash, g_str_equal); in main()
/third_party/libsoup/libsoup/
Dsoup-auth.c256 params = g_hash_table_new (NULL, NULL); in soup_auth_new()
301 params = g_hash_table_new (NULL, NULL); in soup_auth_update()
Dsoup-content-decoder.c209 decoder->priv->decoders = g_hash_table_new (g_str_hash, g_str_equal); in soup_content_decoder_init()
Dsoup-connection-auth.c32 auth->priv->conns = g_hash_table_new (NULL, NULL); in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dghash.in.h55 GHashTable* g_hash_table_new (GHashFunc hash_func,
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstmemindex.c133 index->id_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_init()
197 id_index->format_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_add_id()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstmemindex.c131 index->id_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_init()
195 id_index->format_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_add_id()
/third_party/glib/gio/
Dgmenuexporter.c453 group->menus = g_hash_table_new (NULL, NULL); in g_menu_exporter_group_new()
544 remote->watches = g_hash_table_new (NULL, NULL); in g_menu_exporter_remote_new()
804 exporter->groups = g_hash_table_new (NULL, NULL); in g_dbus_connection_export_menu_model()
Dgdbusmenumodel.c330 g_dbus_menu_paths = g_hash_table_new (path_identifier_hash, path_identifier_equal); in g_dbus_menu_path_get()
338 path->groups = g_hash_table_new (NULL, NULL); in g_dbus_menu_path_get()
651 group->proxies = g_hash_table_new (NULL, NULL); in g_dbus_menu_group_get_from_path()
Dgcontextspecificgroup.c184 group->table = g_hash_table_new (NULL, NULL); in g_context_specific_group_get()
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dcamctrl.c80 css = g_hash_table_new (g_str_hash, g_str_equal); in set_program()
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/
Dsignals.c113 g_hash_table_new (g_direct_hash, g_direct_equal); in main()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxreceive.c318 rtx->ssrc2_ssrc1_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_receive_init()
322 rtx->rtx_pt_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_receive_init()
Dgstrtprtxsend.c282 rtx->rtx_ssrcs = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init()
283 rtx->rtx_pt_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init()
284 rtx->clock_rate_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init()

12345