Searched refs:soup_value_hash_lookup (Results 1 – 5 of 5) sorted by relevance
/third_party/libsoup/tests/ |
D | xmlrpc-old-server-test.c | 145 if (soup_value_hash_lookup (arg, "tm_year", G_TYPE_INT, &val)) in do_dateChange() 147 if (soup_value_hash_lookup (arg, "tm_mon", G_TYPE_INT, &val)) in do_dateChange() 149 if (soup_value_hash_lookup (arg, "tm_mday", G_TYPE_INT, &val)) in do_dateChange() 151 if (soup_value_hash_lookup (arg, "tm_hour", G_TYPE_INT, &val)) in do_dateChange() 153 if (soup_value_hash_lookup (arg, "tm_min", G_TYPE_INT, &val)) in do_dateChange() 155 if (soup_value_hash_lookup (arg, "tm_sec", G_TYPE_INT, &val)) in do_dateChange()
|
D | xmlrpc-old-test.c | 167 g_assert_true (soup_value_hash_lookup (result, "true", G_TYPE_INT, &ret_trues)); in test_countBools() 168 g_assert_true (soup_value_hash_lookup (result, "false", G_TYPE_INT, &ret_falses)); in test_countBools()
|
/third_party/libsoup/libsoup/ |
D | soup-value-utils.h | 57 gboolean soup_value_hash_lookup (GHashTable *hash,
|
D | soup-xmlrpc-old.c | 658 if (!soup_value_hash_lookup (fault_hash, "faultCode", in soup_xmlrpc_parse_method_response() 660 !soup_value_hash_lookup (fault_hash, "faultString", in soup_xmlrpc_parse_method_response()
|
D | soup-value-utils.c | 215 soup_value_hash_lookup (GHashTable *hash, const char *key, GType type, ...) in soup_value_hash_lookup() function
|