Searched refs:soup_value_hash_insert (Results 1 – 4 of 4) sorted by relevance
/third_party/libsoup/tests/ |
D | xmlrpc-old-test.c | 247 soup_value_hash_insert (structval, "tm_year", in test_dateChange() 253 soup_value_hash_insert (structval, "tm_mon", in test_dateChange() 259 soup_value_hash_insert (structval, "tm_mday", in test_dateChange() 265 soup_value_hash_insert (structval, "tm_hour", in test_dateChange() 271 soup_value_hash_insert (structval, "tm_min", in test_dateChange() 277 soup_value_hash_insert (structval, "tm_sec", in test_dateChange()
|
D | xmlrpc-old-server-test.c | 89 soup_value_hash_insert (ret, "true", G_TYPE_INT, trues); in do_countBools() 90 soup_value_hash_insert (ret, "false", G_TYPE_INT, falses); in do_countBools()
|
/third_party/libsoup/libsoup/ |
D | soup-value-utils.h | 46 void soup_value_hash_insert (GHashTable *hash,
|
D | soup-value-utils.c | 165 soup_value_hash_insert (GHashTable *hash, const char *key, GType type, ...) in soup_value_hash_insert() function
|