Home
last modified time | relevance | path

Searched refs:soup_value_hash_insert (Results 1 – 4 of 4) sorted by relevance

/third_party/libsoup/tests/
Dxmlrpc-old-test.c247 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()
Dxmlrpc-old-server-test.c89 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/
Dsoup-value-utils.h46 void soup_value_hash_insert (GHashTable *hash,
Dsoup-value-utils.c165 soup_value_hash_insert (GHashTable *hash, const char *key, GType type, ...) in soup_value_hash_insert() function