Home
last modified time | relevance | path

Searched refs:g_direct_hash (Results 1 – 25 of 45) sorted by relevance

12

/third_party/glib/gio/inotify/
Dinotify-path.c123 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()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dghash.in.h132 guint g_direct_hash (gconstpointer v) G_GNUC_CONST;
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxreceive.c308 rtx->ssrc2_ssrc1_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_receive_init()
309 rtx->seqnum_ssrc1_map = g_hash_table_new_full (g_direct_hash, g_direct_equal, in gst_rtp_rtx_receive_init()
312 rtx->rtx_pt_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_receive_init()
Dgstrtprtxsend.c266 rtx->ssrc_data = g_hash_table_new_full (g_direct_hash, g_direct_equal, in gst_rtp_rtx_send_init()
268 rtx->rtx_ssrcs = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init()
269 rtx->rtx_pt_map = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_rtp_rtx_send_init()
/third_party/glib/glib/
Dghash.h181 guint g_direct_hash (gconstpointer v) G_GNUC_CONST;
Dghash.c1075 hash_table->hash_func = hash_func ? hash_func : g_direct_hash; in g_hash_table_new_full()
2354 g_direct_hash (gconstpointer v) in g_direct_hash() function
Dgdataset.c1249 g_dataset_location_ht = g_hash_table_new (g_direct_hash, NULL); in g_data_initialize()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpsession.c343 rb_ssrcs = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, in GST_START_TEST()
369 tmp_set = g_hash_table_new (g_direct_hash, g_direct_equal); in GST_START_TEST()
424 sr_ssrcs = g_hash_table_new (g_direct_hash, g_direct_equal); in GST_START_TEST()
463 sr_ssrcs = g_hash_table_new (g_direct_hash, g_direct_equal); in GST_START_TEST()
464 rb_ssrcs = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, in GST_START_TEST()
488 tmp_set = g_hash_table_new (g_direct_hash, g_direct_equal); in GST_START_TEST()
/third_party/glib/gio/
Dgdbusnamewatching.c621 map_id_to_client = g_hash_table_new (g_direct_hash, g_direct_equal); in g_bus_watch_name()
682 map_id_to_client = g_hash_table_new (g_direct_hash, g_direct_equal); in g_bus_watch_name_on_connection()
Dgdbusnameowning.c566 map_id_to_client = g_hash_table_new (g_direct_hash, g_direct_equal); in g_bus_own_name_on_connection()
675 map_id_to_client = g_hash_table_new (g_direct_hash, g_direct_equal); in g_bus_own_name()
Dgdbusconnection.c1068 connection->map_method_serial_to_task = g_hash_table_new (g_direct_hash, g_direct_equal); in g_dbus_connection_init()
1072 connection->map_id_to_signal_data = g_hash_table_new (g_direct_hash, in g_dbus_connection_init()
1084 connection->map_id_to_ei = g_hash_table_new (g_direct_hash, in g_dbus_connection_init()
1092 connection->map_id_to_es = g_hash_table_new (g_direct_hash, in g_dbus_connection_init()
1095 connection->map_thread_to_last_serial = g_hash_table_new (g_direct_hash, in g_dbus_connection_init()
2603 alive_connections = g_hash_table_new (g_direct_hash, g_direct_equal); in initable_init()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.c51 self->buffers = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_wl_display_init()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Doggmux.c210 g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, g_free); in start_pipeline()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamtransport.c138 tl->connections = g_hash_table_new_full (g_direct_hash, g_direct_equal, in cam_tl_new()
Dcamsession.c67 sl->sessions = g_hash_table_new_full (g_direct_hash, g_direct_equal, in cam_sl_new()
Ddvbbasebin.c516 dvbbasebin->programs = g_hash_table_new_full (g_direct_hash, g_direct_equal, in dvb_base_bin_init()
518 dvbbasebin->streams = g_hash_table_new_full (g_direct_hash, g_direct_equal, in dvb_base_bin_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer-types.c404 stream_map = g_hash_table_new (g_direct_hash, NULL); in gst_discoverer_info_copy()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstxmptag.c218 return g_hash_table_new (g_direct_hash, g_direct_equal); in gst_xmp_schema_new()
944 __xmp_schemas = g_hash_table_new (g_direct_hash, g_direct_equal); in _init_xmp_tag_map()
/third_party/libsoup/libsoup/
Dsoup-cache.c903 priv->cache = g_hash_table_new (g_direct_hash, g_direct_equal); in soup_cache_init()
1582 leaked_entries = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, g_free); in soup_cache_load()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c334 g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, NULL); in gst_sctp_association_get()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultifdsink.c412 mhsink->handle_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_multi_fd_sink_init()
Dgstmultisocketsink.c449 mhsink->handle_hash = g_hash_table_new (g_direct_hash, g_int_equal); in gst_multi_socket_sink_init()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxftypes.c1456 g_hash_table_new_full (g_direct_hash, g_direct_equal, in mxf_primer_pack_parse()
1529 primer->mappings = g_hash_table_new_full (g_direct_hash, g_direct_equal, in mxf_primer_pack_add_mapping()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c153 mux->si_sections = g_hash_table_new_full (g_direct_hash, g_direct_equal, in tsmux_new()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c1605 g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, in gst_ipc_pipeline_comm_init()
1653 g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, in gst_ipc_pipeline_comm_cancel()

12