Home
last modified time | relevance | path

Searched refs:soup_value_hash_lookup (Results 1 – 5 of 5) sorted by relevance

/third_party/libsoup/tests/
Dxmlrpc-old-server-test.c145 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()
Dxmlrpc-old-test.c167 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/
Dsoup-value-utils.h57 gboolean soup_value_hash_lookup (GHashTable *hash,
Dsoup-xmlrpc-old.c658 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()
Dsoup-value-utils.c215 soup_value_hash_lookup (GHashTable *hash, const char *key, GType type, ...) in soup_value_hash_lookup() function