/third_party/libsoup/tests/ |
D | server-test.c | 132 msg = soup_message_new_from_uri ("OPTIONS", star_uri); in do_star_test() 144 msg = soup_message_new_from_uri ("OPTIONS", star_uri); in do_star_test() 271 msg = soup_message_new_from_uri ("GET", uri); in do_dot_dot_test() 279 msg = soup_message_new_from_uri ("GET", uri); in do_dot_dot_test() 288 msg = soup_message_new_from_uri ("GET", uri); in do_dot_dot_test() 296 msg = soup_message_new_from_uri ("GET", uri); in do_dot_dot_test() 304 msg = soup_message_new_from_uri ("GET", uri); in do_dot_dot_test() 312 msg = soup_message_new_from_uri ("GET", uri); in do_dot_dot_test() 320 msg = soup_message_new_from_uri ("GET", uri); in do_dot_dot_test() 328 msg = soup_message_new_from_uri ("GET", uri); in do_dot_dot_test() [all …]
|
D | misc-test.c | 105 one = soup_message_new_from_uri ("GET", base_uri); in do_host_test() 106 two = soup_message_new_from_uri ("GET", base_uri); in do_host_test() 137 msg = soup_message_new_from_uri ("GET", base_uri); in do_host_big_header() 203 one = soup_message_new_from_uri ("GET", bad_uri); in do_callback_unref_test() 205 two = soup_message_new_from_uri ("GET", bad_uri); in do_callback_unref_test() 369 msg = soup_message_new_from_uri ("GET", base_uri); in do_msg_reuse_test() 456 msg = soup_message_new_from_uri ("GET", base_uri); in do_early_abort_test() 470 msg = soup_message_new_from_uri ("GET", base_uri); in do_early_abort_test() 488 msg = soup_message_new_from_uri ("GET", base_uri); in do_early_abort_test() 629 msg = soup_message_new_from_uri ("GET", base_uri); in do_one_accept_language_test() [all …]
|
D | cookies-test.c | 73 msg = soup_message_new_from_uri ("GET", uri); in do_cookies_accept_policy_test() 80 msg = soup_message_new_from_uri ("GET", uri); in do_cookies_accept_policy_test() 88 msg = soup_message_new_from_uri ("GET", uri); in do_cookies_accept_policy_test() 302 msg = soup_message_new_from_uri ("GET", first_party_uri); in do_cookies_parsing_test() 308 msg = soup_message_new_from_uri ("GET", first_party_uri); in do_cookies_parsing_test() 314 msg = soup_message_new_from_uri ("GET", first_party_uri); in do_cookies_parsing_test() 402 msg = soup_message_new_from_uri ("GET", uri); in do_remove_feature_test()
|
D | connection-test.c | 185 msg = soup_message_new_from_uri ("GET", request_uri); in do_content_length_framing_test() 200 msg = soup_message_new_from_uri ("GET", request_uri); in do_content_length_framing_test() 252 msg = soup_message_new_from_uri ("GET", timeout_uri); in do_timeout_test_for_session() 270 msg = soup_message_new_from_uri ("GET", base_uri); in do_timeout_test_for_session() 430 msg = soup_message_new_from_uri ("GET", timeout_uri); in do_persistent_connection_timeout_test_with_cancellation() 459 msg = soup_message_new_from_uri ("GET", base_uri); in do_persistent_connection_timeout_test_with_cancellation() 548 msgs[i] = soup_message_new_from_uri ("GET", base_uri); in do_max_conns_test_for_session() 562 msgs[i] = soup_message_new_from_uri ("GET", base_uri); in do_max_conns_test_for_session() 667 msg = soup_message_new_from_uri ("GET", base_uri); in do_non_persistent_test_for_session() 711 msg = soup_message_new_from_uri ("GET", base_uri); in do_non_idempotent_test_for_session() [all …]
|
D | session-test.c | 73 msg = soup_message_new_from_uri ("GET", timeout_uri); in do_test_for_session() 78 msg = soup_message_new_from_uri ("GET", uri); in do_test_for_session() 100 msg = soup_message_new_from_uri ("GET", uri); in do_test_for_session() 123 msg = soup_message_new_from_uri ("GET", uri); in do_test_for_session() 225 msg = soup_message_new_from_uri ("GET", msg_uri); in do_priority_tests()
|
D | ssl-test.c | 15 msg = soup_message_new_from_uri ("GET", uri); in do_properties_test_for_session() 113 msg = soup_message_new_from_uri ("GET", uri); in do_strictness_test() 392 msg = soup_message_new_from_uri ("GET", test_uri); in do_tls_interaction_test() 404 msg = soup_message_new_from_uri ("GET", test_uri); in do_tls_interaction_test()
|
D | chunk-test.c | 170 msg = soup_message_new_from_uri ("PUT", uri); in do_request_test() 262 msg = soup_message_new_from_uri ("GET", base_uri); in do_response_test() 320 msg = soup_message_new_from_uri ("PUT", base_uri); in do_temporary_test() 369 msg = soup_message_new_from_uri ("PUT", base_uri); in do_large_chunk_test()
|
D | sniffing-test.c | 206 SoupMessage *msg = soup_message_new_from_uri ("GET", uri); in do_signals_test() 350 msg = soup_message_new_from_uri ("GET", uri); in test_sniffing() 405 msg = soup_message_new_from_uri ("GET", uri); in test_disabled()
|
D | ntlm-test.c | 318 msg = soup_message_new_from_uri ("GET", uri); in do_message() 653 msg = soup_message_new_from_uri ("GET", uri); in do_retrying_test() 675 msg = soup_message_new_from_uri ("GET", uri); in do_retrying_test()
|
D | auth-test.c | 803 msg = soup_message_new_from_uri ("GET", uri); in select_auth_test_one() 1046 acd.msg = soup_message_new_from_uri ("GET", uri); in do_auth_close_test() 1158 msg = soup_message_new_from_uri ("GET", uri); in do_disappearing_auth_test() 1239 msg = soup_message_new_from_uri (SOUP_METHOD_GET, soup_uri); in do_batch_tests() 1329 msg = soup_message_new_from_uri (SOUP_METHOD_GET, soup_uri); in do_message_do_not_use_auth_cache_test()
|
D | no-ssl-test.c | 13 msg = soup_message_new_from_uri ("GET", uri); in do_ssl_test_for_session()
|
D | proxy-test.c | 279 msg = soup_message_new_from_uri (SOUP_METHOD_GET, req_uri); in do_proxy_fragment_test() 309 msg = soup_message_new_from_uri (SOUP_METHOD_GET, req_uri); in do_proxy_redirect_test()
|
D | streaming-test.c | 84 msg = soup_message_new_from_uri ("GET", uri); in do_request()
|
D | coding-test.c | 192 msg = soup_message_new_from_uri ("GET", uri); in setup_coding_test() 206 data->msg = soup_message_new_from_uri ("GET", uri); in setup_coding_test()
|
D | continue-test.c | 69 msg = soup_message_new_from_uri ("POST", uri); in EVENT_HANDLER()
|
D | timeout-test.c | 33 msg = soup_message_new_from_uri ("GET", uri); in do_message_to_session()
|
D | redirect-test.c | 170 msg = soup_message_new_from_uri (test->requests[0].method, uri); in do_message_api_test()
|
D | chunk-io-test.c | 25 msg = soup_message_new_from_uri ("POST", base_uri); in force_io_streams_init()
|
/third_party/libsoup/libsoup/ |
D | soup-form.c | 372 msg = soup_message_new_from_uri (method, uri); in soup_form_request_for_data() 374 msg = soup_message_new_from_uri (method, uri); in soup_form_request_for_data() 385 msg = soup_message_new_from_uri (method, uri); in soup_form_request_for_data()
|
D | soup-request-http.c | 75 http->priv->msg = soup_message_new_from_uri (SOUP_METHOD_GET, uri); in soup_request_http_check_uri()
|
D | soup-message.h | 88 SoupMessage *soup_message_new_from_uri (const char *method,
|
D | soup-message.c | 1052 msg = soup_message_new_from_uri (method, uri); in soup_message_new() 1067 soup_message_new_from_uri (const char *method, SoupURI *uri) in soup_message_new_from_uri() function
|
D | soup-cache.c | 1378 msg = soup_message_new_from_uri (original->method, uri); in soup_cache_generate_conditional_request()
|
D | soup-session.c | 1728 msg = soup_message_new_from_uri (SOUP_METHOD_CONNECT, uri); in tunnel_connect() 5108 msg = soup_message_new_from_uri (SOUP_METHOD_HEAD, uri); in soup_session_connect_async()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 8 soup_message_new_from_uri
|