Home
last modified time | relevance | path

Searched refs:SOUP_METHOD_GET (Results 1 – 25 of 31) sorted by relevance

12

/third_party/libsoup/libsoup/
Dsoup-misc-private.h21 #define SOUP_METHOD_IS_SAFE(method) (method == SOUP_METHOD_GET || \
27 #define SOUP_METHOD_IS_IDEMPOTENT(method) (method == SOUP_METHOD_GET || \
Dsoup-method.h41 #define SOUP_METHOD_GET _SOUP_INTERN_METHOD (GET) macro
Dsoup-request-http.c75 http->priv->msg = soup_message_new_from_uri (SOUP_METHOD_GET, uri); in soup_request_http_check_uri()
Dsoup-message-server-io.c153 if (msg->method != SOUP_METHOD_GET || in handle_partial_get()
Dsoup-websocket.c654 if (msg->method != SOUP_METHOD_GET) { in soup_websocket_server_check_handshake_with_extensions()
Dsoup-cache.c160 if (msg->method == SOUP_METHOD_GET) in get_cacheability()
1113 if (msg->method != SOUP_METHOD_GET) in soup_cache_has_response()
/third_party/libsoup/tests/
Dpull-api-test.c23 msg = soup_message_new (SOUP_METHOD_GET, uri); in get_correct_response()
78 msg = soup_message_new (SOUP_METHOD_GET, uri); in do_fully_async_test()
304 msg = soup_message_new (SOUP_METHOD_GET, uri); in do_synchronously_async_test()
Dproxy-test.c110 msg = soup_message_new (SOUP_METHOD_GET, url); in test_url()
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()
Dforms-test.c259 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_HEAD) { in hello_callback()
401 if (msg->method == SOUP_METHOD_GET || msg->method == SOUP_METHOD_HEAD) in md5_callback()
Dauth-test.c307 msg = soup_message_new (SOUP_METHOD_GET, uri); in do_pipelined_auth_test()
423 msg = soup_message_new (SOUP_METHOD_GET, uri); in do_digest_nonce_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()
1349 msg = soup_message_new (SOUP_METHOD_GET, uri); in do_message_do_not_use_auth_cache_test()
Dcontext-test.c47 if (msg->method != SOUP_METHOD_GET) { in server_callback()
Dserver-auth-test.c258 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_HEAD) { in server_callback()
Dredirect-test.c340 if (msg->method != SOUP_METHOD_GET && in server_callback()
Dchunk-test.c402 if (msg->method == SOUP_METHOD_GET) { in server_callback()
Dmultipart-test.c65 if (msg->method != SOUP_METHOD_GET) { in server_callback()
Dsniffing-test.c23 if (msg->method != SOUP_METHOD_GET) { in server_callback()
Dmisc-test.c35 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_POST) { in server_callback()
1076 if (msg->method != SOUP_METHOD_GET) { in upgrade_server_callback()
Dntlm-test.c69 if (msg->method != SOUP_METHOD_GET) { in server_callback()
Dcache-test.c17 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_POST) { in server_callback()
Dconnection-test.c114 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_POST) { in server_callback()
/third_party/libsoup/examples/
Dsimple-httpd.c120 if (msg->method == SOUP_METHOD_GET) { in do_get()
204 if (msg->method == SOUP_METHOD_GET || msg->method == SOUP_METHOD_HEAD) in server_callback()
/third_party/gstreamer/gstplugins_good/ext/soup/stub/
Dsoup.h208 #define SOUP_METHOD_GET _SOUP_INTERN_METHOD(GET) macro
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsouphttpsrc.c559 if (soup_server_message_get_method (msg) == SOUP_METHOD_GET) { in do_get()
608 if (method == SOUP_METHOD_GET || method == SOUP_METHOD_HEAD) in server_callback()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c1580 if (msg->method == SOUP_METHOD_GET) { in do_get()
1611 if (msg->method == SOUP_METHOD_GET) in server_callback()
/third_party/libsoup/docs/reference/
Dlibsoup-2.4-sections.txt95 SOUP_METHOD_GET

12