Searched refs:do_xmlrpc (Results 1 – 3 of 3) sorted by relevance
/third_party/libsoup/tests/ |
D | xmlrpc-old-test.c | 59 do_xmlrpc (const char *method, GValue *retval, ...) in do_xmlrpc() function 120 ok = (do_xmlrpc ("sum", &retval, in test_sum() 159 ok = (do_xmlrpc ("countBools", &retval, in test_countBools() 202 ok = (do_xmlrpc ("md5sum", &retval, in test_md5sum() 283 ok = (do_xmlrpc ("dateChange", &retval, in test_dateChange() 337 if (!(do_xmlrpc ("echo", &retval, in test_echo()
|
D | xmlrpc-test.c | 56 do_xmlrpc (const char *method, GVariant *args, const char *signature, GVariant **retval) in do_xmlrpc() function 95 ok = do_xmlrpc ("sum", in test_sum() 134 ok = do_xmlrpc ("countBools", in test_countBools() 175 ok = do_xmlrpc ("md5sum", in test_md5sum() 261 ok = do_xmlrpc ("dateChange", in test_dateChange() 317 if (!do_xmlrpc ("echo", in test_echo()
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 1931 (do_xmlrpc): Remove level 3 debug output, which is now redundant
|