Home
last modified time | relevance | path

Searched refs:g_hash_table_lookup (Results 1 – 25 of 186) sorted by relevance

12345678

/third_party/libsoup/libsoup/
Dsoup-auth-domain-digest.c200 msg_username = g_hash_table_lookup (params, "username"); in check_hex_urp()
205 uri = g_hash_table_lookup (params, "uri"); in check_hex_urp()
234 qop = g_hash_table_lookup (params, "qop"); in check_hex_urp()
239 realm = g_hash_table_lookup (params, "realm"); in check_hex_urp()
243 nonce = g_hash_table_lookup (params, "nonce"); in check_hex_urp()
246 nc = g_hash_table_lookup (params, "nc"); in check_hex_urp()
252 cnonce = g_hash_table_lookup (params, "cnonce"); in check_hex_urp()
255 response = g_hash_table_lookup (params, "response"); in check_hex_urp()
288 username = g_hash_table_lookup (params, "username"); in soup_auth_domain_digest_accepts()
385 msg_username = g_hash_table_lookup (params, "username"); in soup_auth_domain_digest_check_password()
Dsoup-auth-digest.c151 priv->domain = g_strdup (g_hash_table_lookup (auth_params, "domain")); in soup_auth_digest_update()
152 priv->nonce = g_strdup (g_hash_table_lookup (auth_params, "nonce")); in soup_auth_digest_update()
153 priv->opaque = g_strdup (g_hash_table_lookup (auth_params, "opaque")); in soup_auth_digest_update()
155 qop = g_hash_table_lookup (auth_params, "qop"); in soup_auth_digest_update()
165 …priv->algorithm = soup_auth_digest_parse_algorithm (g_hash_table_lookup (auth_params, "algorithm")… in soup_auth_digest_update()
169 stale = g_hash_table_lookup (auth_params, "stale"); in soup_auth_digest_update()
399 nextnonce = g_strdup (g_hash_table_lookup (auth_params, "nextnonce")); in authentication_info_cb()
Dsoup-hsts-enforcer.c110 return g_hash_table_lookup (hsts_enforcer->priv->host_policies, domain); in soup_hsts_enforcer_get_host_policy()
117 return g_hash_table_lookup (hsts_enforcer->priv->session_policies, domain); in soup_hsts_enforcer_get_session_policy()
253 policy = g_hash_table_lookup (hsts_enforcer->priv->host_policies, domain); in soup_hsts_enforcer_remove_host_policy()
282 old_policy = g_hash_table_lookup (policies, domain); in soup_hsts_enforcer_replace_policy()
359 current_policy = g_hash_table_lookup (policies, domain); in soup_hsts_enforcer_set_policy()
/third_party/glib/gio/inotify/
Dinotify-path.c156 dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd)); in ip_map_wd_dir()
168 file_list = g_hash_table_lookup (wd_file_hash, GINT_TO_POINTER (wd)); in ip_map_wd_file()
177 GList *file_list = g_hash_table_lookup (wd_file_hash, GINT_TO_POINTER (wd)); in ip_unmap_wd_file()
259 dir = g_hash_table_lookup (path_dir_hash, sub->dirname); in _ip_start_watching()
288 file = g_hash_table_lookup (dir->files_hash, sub->filename); in _ip_start_watching()
317 GList *dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd)); in ip_unmap_wd_dir()
333 GList *dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd)); in ip_unmap_wd()
353 file = g_hash_table_lookup (dir->files_hash, sub->filename); in ip_unmap_sub_dir()
377 dir = g_hash_table_lookup (sub_dir_hash, sub); in _ip_stop_watching()
498 file = g_hash_table_lookup (dir->files_hash, sub->filename); in ip_event_dispatch()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dparsechannels.c613 params = g_hash_table_lookup (channels, channel_name); in parse_and_configure_from_zap_conf_file()
619 g_hash_table_lookup (params, "sid"), NULL); in parse_and_configure_from_zap_conf_file()
622 atoi (g_hash_table_lookup (params, "frequency")), NULL); in parse_and_configure_from_zap_conf_file()
623 type = g_hash_table_lookup (params, "type"); in parse_and_configure_from_zap_conf_file()
627 val = g_hash_table_lookup (params, "inversion"); in parse_and_configure_from_zap_conf_file()
635 val = g_hash_table_lookup (params, "bandwidth"); in parse_and_configure_from_zap_conf_file()
651 val = g_hash_table_lookup (params, "code-rate-hp"); in parse_and_configure_from_zap_conf_file()
673 val = g_hash_table_lookup (params, "code-rate-lp"); in parse_and_configure_from_zap_conf_file()
695 val = g_hash_table_lookup (params, "modulation"); in parse_and_configure_from_zap_conf_file()
711 val = g_hash_table_lookup (params, "transmission-mode"); in parse_and_configure_from_zap_conf_file()
[all …]
/third_party/glib/gio/
Dgdbusaddress.c147 path = g_hash_table_lookup (key_value_pairs, key); in is_valid_unix()
149 dir = g_hash_table_lookup (key_value_pairs, key); in is_valid_unix()
151 tmpdir = g_hash_table_lookup (key_value_pairs, key); in is_valid_unix()
153 abstract = g_hash_table_lookup (key_value_pairs, key); in is_valid_unix()
221 host = g_hash_table_lookup (key_value_pairs, key); in is_valid_nonce_tcp()
223 port = g_hash_table_lookup (key_value_pairs, key); in is_valid_nonce_tcp()
225 family = g_hash_table_lookup (key_value_pairs, key); in is_valid_nonce_tcp()
227 nonce_file = g_hash_table_lookup (key_value_pairs, key); in is_valid_nonce_tcp()
312 host = g_hash_table_lookup (key_value_pairs, key); in is_valid_tcp()
314 port = g_hash_table_lookup (key_value_pairs, key); in is_valid_tcp()
[all …]
Dgsimpleactiongroup.c86 action = g_hash_table_lookup (simple->priv->table, action_name); in g_simple_action_group_query_action()
117 action = g_hash_table_lookup (simple->priv->table, action_name); in g_simple_action_group_change_state()
133 action = g_hash_table_lookup (simple->priv->table, action_name); in g_simple_action_group_activate()
182 return g_hash_table_lookup (simple->priv->table, action_name); in g_simple_action_group_lookup_action()
201 old_action = g_hash_table_lookup (simple->priv->table, action_name); in g_simple_action_group_add_action()
234 action = g_hash_table_lookup (simple->priv->table, action_name); in g_simple_action_group_remove_action()
Dgdbuserror.c388 if (g_hash_table_lookup (dbus_error_name_to_re, dbus_error_name) != NULL) in g_dbus_error_register_error()
394 if (g_hash_table_lookup (quark_code_pair_to_re, &pair) != NULL) in g_dbus_error_register_error()
444 re = g_hash_table_lookup (dbus_error_name_to_re, dbus_error_name); in g_dbus_error_unregister_error()
450 … g_warn_if_fail (g_hash_table_lookup (quark_code_pair_to_re, &pair) == NULL); /* check invariant */ in g_dbus_error_unregister_error()
456 …g_warn_if_fail (g_hash_table_lookup (quark_code_pair_to_re, &(re->pair)) == re); /* check invarian… in g_dbus_error_unregister_error()
542 re = g_hash_table_lookup (quark_code_pair_to_re, &pair); in g_dbus_error_get_remote_error()
626 re = g_hash_table_lookup (dbus_error_name_to_re, dbus_error_name); in g_dbus_error_new_for_dbus_error()
839 re = g_hash_table_lookup (quark_code_pair_to_re, &pair); in g_dbus_error_encode_gerror()
Dgmemorysettingsbackend.c57 value = g_hash_table_lookup (memory->table, key); in g_memory_settings_backend_read()
74 old_value = g_hash_table_lookup (memory->table, key); in g_memory_settings_backend_write()
121 if (g_hash_table_lookup (memory->table, key)) in g_memory_settings_backend_reset()
Dgdbusactiongroup.c165 if (g_hash_table_lookup (group->actions, name)) in G_DEFINE_TYPE_WITH_CODE()
185 info = g_hash_table_lookup (group->actions, name); in G_DEFINE_TYPE_WITH_CODE()
207 info = g_hash_table_lookup (group->actions, name); in G_DEFINE_TYPE_WITH_CODE()
231 if (!g_hash_table_lookup (group->actions, info->name)) in G_DEFINE_TYPE_WITH_CODE()
343 info = g_hash_table_lookup (group->actions, action_name); in g_dbus_action_group_query_action()
Dgdbusserver.c705 path = g_hash_table_lookup (key_value_pairs, "path"); in try_unix()
706 dir = g_hash_table_lookup (key_value_pairs, "dir"); in try_unix()
707 tmpdir = g_hash_table_lookup (key_value_pairs, "tmpdir"); in try_unix()
708 abstract = g_hash_table_lookup (key_value_pairs, "abstract"); in try_unix()
848 host = g_hash_table_lookup (key_value_pairs, "host"); in try_tcp()
849 port = g_hash_table_lookup (key_value_pairs, "port"); in try_tcp()
851 if (g_hash_table_lookup (key_value_pairs, "noncefile") != NULL) in try_tcp()
Dgdbusmenumodel.c295 group = g_hash_table_lookup (path->groups, GINT_TO_POINTER (group_id)); in g_dbus_menu_path_signal()
332 path = g_hash_table_lookup (g_dbus_menu_paths, &cid); in g_dbus_menu_path_get()
604 items = g_hash_table_lookup (group->menus, GINT_TO_POINTER (menu_id)); in g_dbus_menu_group_changed()
634 if ((proxy = g_hash_table_lookup (group->proxies, GINT_TO_POINTER (menu_id)))) in g_dbus_menu_group_changed()
644 group = g_hash_table_lookup (path->groups, GINT_TO_POINTER (group_id)); in g_dbus_menu_group_get_from_path()
841 proxy = g_hash_table_lookup (group->proxies, GINT_TO_POINTER (menu_id)); in g_dbus_menu_model_get_from_group()
848 proxy->items = g_hash_table_lookup (group->menus, GINT_TO_POINTER (menu_id)); in g_dbus_menu_model_get_from_group()
Dgdbusobjectskeleton.c301 interface_to_remove = g_hash_table_lookup (object->priv->map_name_to_iface, info->name); in g_dbus_object_skeleton_add_interface()
352 other_interface = g_hash_table_lookup (object->priv->map_name_to_iface, info->name); in g_dbus_object_skeleton_remove_interface()
407 interface = g_hash_table_lookup (object->priv->map_name_to_iface, interface_name); in g_dbus_object_skeleton_remove_interface_by_name()
436 ret = g_hash_table_lookup (object->priv->map_name_to_iface, interface_name); in g_dbus_object_skeleton_get_interface()
Dglib-compile-schemas.c913 if (g_hash_table_lookup (state->keys, childname)) in schema_state_add_child()
950 if (g_hash_table_lookup (state->keys, name)) in schema_state_add_key()
963 shadow = g_hash_table_lookup (node->extends->keys, name); in schema_state_add_key()
993 enum_state = g_hash_table_lookup (enum_table, enum_type); in schema_state_add_key()
995 enum_state = g_hash_table_lookup (flags_table, flags_type); in schema_state_add_key()
1053 if ((original = g_hash_table_lookup (parent->keys, key))) in schema_state_add_override()
1064 if (g_hash_table_lookup (state->keys, key)) in schema_state_add_override()
1118 class = g_hash_table_lookup (schema_table, class_name); in is_subclass()
1137 if (g_hash_table_lookup (state->schema_table, id)) in parse_state_start_schema()
1147 extends = g_hash_table_lookup (state->schema_table, extends_name); in parse_state_start_schema()
[all …]
/third_party/libsoup/tests/
Dforms-test.c243 value = g_hash_table_lookup (table, "foo"); in do_form_decode_test()
265 title = g_hash_table_lookup (query, "title"); in hello_callback()
266 name = g_hash_table_lookup (query, "n@me"); in hello_callback()
267 fmt = g_hash_table_lookup (query, "fmt"); in hello_callback()
314 file = g_hash_table_lookup (query, "file"); in md5_get_callback()
315 md5sum = g_hash_table_lookup (query, "md5sum"); in md5_get_callback()
316 fmt = g_hash_table_lookup (query, "fmt"); in md5_get_callback()
372 fmt = g_hash_table_lookup (params, "fmt"); in md5_post_callback()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdms1.c62 (MXFUL *) g_hash_table_lookup (primer->mappings, in mxf_dms1_handle_tag()
125 (MXFUL *) g_hash_table_lookup (primer->mappings, in mxf_dms1_text_language_handle_tag()
194 (MXFUL *) g_hash_table_lookup (primer->mappings, in mxf_dms1_thesaurus_handle_tag()
308 current = g_hash_table_lookup (metadata, &self->titles_sets_uids[i]); in mxf_dms1_framework_resolve()
316 current = g_hash_table_lookup (metadata, &self->annotation_sets_uids[i]); in mxf_dms1_framework_resolve()
323 current = g_hash_table_lookup (metadata, &self->participant_sets_uids[i]); in mxf_dms1_framework_resolve()
329 current = g_hash_table_lookup (metadata, &self->contacts_list_set_uid); in mxf_dms1_framework_resolve()
335 current = g_hash_table_lookup (metadata, &self->location_sets_uids[i]); in mxf_dms1_framework_resolve()
406 (MXFUL *) g_hash_table_lookup (primer->mappings, in mxf_dms1_framework_handle_tag()
603 current = g_hash_table_lookup (metadata, &self->picture_format_set_uid); in mxf_dms1_production_clip_framework_resolve()
[all …]
/third_party/glib/glib/deprecated/
Dgrel.c327 per_key_table = g_hash_table_lookup (table, key); in g_relation_insert()
365 per_key_table = g_hash_table_lookup (one_table, one_key); in g_relation_delete_tuple()
405 key_table = g_hash_table_lookup (table, key); in g_relation_delete()
472 key_table = g_hash_table_lookup (table, key); in g_relation_select()
516 key_table = g_hash_table_lookup (table, key); in g_relation_count()
553 result = g_hash_table_lookup (relation->all_tuples, tuple) != NULL; in g_relation_exists()
Dgcache.c250 node = g_hash_table_lookup (cache->key_table, key); in g_cache_insert()
287 key = g_hash_table_lookup (cache->value_table, value); in g_cache_remove()
288 node = g_hash_table_lookup (cache->key_table, key); in g_cache_remove()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpstorage.c90 stream = g_hash_table_lookup (self->streams, GUINT_TO_POINTER (ssrc)); in rtp_storage_get_packets_for_recovery()
126 stream = g_hash_table_lookup (self->streams, GUINT_TO_POINTER (ssrc)); in rtp_storage_get_redundant_packet()
151 stream = g_hash_table_lookup (self->streams, GUINT_TO_POINTER (ssrc)); in rtp_storage_do_put_recovered_packet()
201 stream = g_hash_table_lookup (self->streams, GUINT_TO_POINTER (ssrc)); in rtp_storage_append_buffer()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstmemindex.c191 id_index = g_hash_table_lookup (memindex->id_index, &entry->id); in gst_mem_index_add_id()
226 index = g_hash_table_lookup (id_index->format_index, format); in gst_mem_index_index_format()
249 id_index = g_hash_table_lookup (memindex->id_index, &entry->id); in gst_mem_index_add_association()
352 id_index = g_hash_table_lookup (memindex->id_index, &id); in gst_mem_index_get_assoc_entry()
356 format_index = g_hash_table_lookup (id_index->format_index, &format); in gst_mem_index_get_assoc_entry()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstmemindex.c189 id_index = g_hash_table_lookup (memindex->id_index, &entry->id); in gst_mem_index_add_id()
224 index = g_hash_table_lookup (id_index->format_index, format); in gst_mem_index_index_format()
247 id_index = g_hash_table_lookup (memindex->id_index, &entry->id); in gst_mem_index_add_association()
350 id_index = g_hash_table_lookup (memindex->id_index, &id); in gst_mem_index_get_assoc_entry()
354 format_index = g_hash_table_lookup (id_index->format_index, &format); in gst_mem_index_get_assoc_entry()
/third_party/glib/glib/tests/
Dhash.c300 v = (char *) g_hash_table_lookup (h, key); in second_hash_test()
370 rc = GPOINTER_TO_INT (g_hash_table_lookup (h, GINT_TO_POINTER (i))); in direct_hash_test()
395 rc = GPOINTER_TO_INT (g_hash_table_lookup (h, GINT_TO_POINTER (i))); in direct_hash_test2()
425 rc = GPOINTER_TO_INT (g_hash_table_lookup (h, &key)); in int_hash_test()
454 rc = GPOINTER_TO_INT (g_hash_table_lookup (h, &key)); in int64_hash_test()
483 rc = GPOINTER_TO_INT (g_hash_table_lookup (h, &key)); in double_hash_test()
526 rc = GPOINTER_TO_INT (g_hash_table_lookup (h, s)); in string_hash_test()
579 g_assert_cmpstr (g_hash_table_lookup (hash_table, "2"), ==, "2"); in set_hash_test()
580 g_assert_cmpstr (g_hash_table_lookup (hash_table, "a"), ==, "b"); in set_hash_test()
1186 g_assert_cmpstr (g_hash_table_lookup (hash2, "a"), ==, "A"); in test_foreach_steal()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklicensestables.c590 simple_trans = g_hash_table_lookup (ht_strings, (gpointer) simple_lang); in skip_translation()
609 trans = g_hash_table_lookup (ht_strings, (gpointer) lang); in create_translation_dict()
656 en = g_hash_table_lookup (license->titles, "en"); in write_translations_dictionary()
660 if (!g_hash_table_lookup (translations, (gpointer) en)) { in write_translations_dictionary()
676 en = g_hash_table_lookup (license->descriptions, "en"); in write_translations_dictionary()
680 if (!g_hash_table_lookup (translations, (gpointer) en)) { in write_translations_dictionary()
773 if (!g_hash_table_lookup (unknown_sources, license->source)) { in main()
823 title_en = g_hash_table_lookup (license->titles, "en"); in main()
829 desc_en = g_hash_table_lookup (license->descriptions, "en"); in main()
/third_party/glib/glib/
Dgcharset.c71 alias_array = g_hash_table_lookup (alias_hash, canonical); in get_alias_hash()
99 return g_hash_table_lookup (alias_hash, canonical_name); in _g_charset_get_aliases()
390 if (!g_hash_table_lookup (alias_table, buf)) { in read_aliases()
415 while ((p = g_hash_table_lookup (alias_table, lang)) && (strcmp (p, lang) != 0)) in unalias_lang()
720 name_cache = (GLanguageNamesCache *) g_hash_table_lookup (cache, category_name); in g_get_language_names_with_category()
/third_party/glib/gio/tests/
Dgnotification-server.c94 notifications = g_hash_table_lookup (server->applications, app_id); in g_notification_server_notification_added()
114 notifications = g_hash_table_lookup (server->applications, app_id); in g_notification_server_notification_removed()
331 notifications = g_hash_table_lookup (server->applications, app_id); in g_notification_server_list_notifications()

12345678