Home
last modified time | relevance | path

Searched refs:ret_falses (Results 1 – 2 of 2) sorted by relevance

/third_party/libsoup/tests/
Dxmlrpc-old-test.c139 int ret_trues, ret_falses; in test_countBools() local
168 g_assert_true (soup_value_hash_lookup (result, "false", G_TYPE_INT, &ret_falses)); in test_countBools()
172 debug_printf (2, "{ true: %d, false: %d }\n", ret_trues, ret_falses); in test_countBools()
174 g_assert_cmpint (falses, ==, ret_falses); in test_countBools()
Dxmlrpc-test.c115 int ret_trues, ret_falses; in test_countBools() local
141 g_assert_true (g_variant_lookup (retval, "false", "i", &ret_falses)); in test_countBools()
145 debug_printf (2, "{ true: %d, false: %d }\n", ret_trues, ret_falses); in test_countBools()
147 g_assert_cmpint (falses, ==, ret_falses); in test_countBools()