Searched refs:SOUP_METHOD_GET (Results 1 – 25 of 31) sorted by relevance
12
/third_party/libsoup/libsoup/ |
D | soup-misc-private.h | 21 #define SOUP_METHOD_IS_SAFE(method) (method == SOUP_METHOD_GET || \ 27 #define SOUP_METHOD_IS_IDEMPOTENT(method) (method == SOUP_METHOD_GET || \
|
D | soup-method.h | 41 #define SOUP_METHOD_GET _SOUP_INTERN_METHOD (GET) macro
|
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-server-io.c | 153 if (msg->method != SOUP_METHOD_GET || in handle_partial_get()
|
D | soup-websocket.c | 654 if (msg->method != SOUP_METHOD_GET) { in soup_websocket_server_check_handshake_with_extensions()
|
D | soup-cache.c | 160 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/ |
D | pull-api-test.c | 23 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()
|
D | proxy-test.c | 110 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()
|
D | forms-test.c | 259 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()
|
D | auth-test.c | 307 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()
|
D | context-test.c | 47 if (msg->method != SOUP_METHOD_GET) { in server_callback()
|
D | server-auth-test.c | 258 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_HEAD) { in server_callback()
|
D | redirect-test.c | 340 if (msg->method != SOUP_METHOD_GET && in server_callback()
|
D | chunk-test.c | 402 if (msg->method == SOUP_METHOD_GET) { in server_callback()
|
D | multipart-test.c | 65 if (msg->method != SOUP_METHOD_GET) { in server_callback()
|
D | sniffing-test.c | 23 if (msg->method != SOUP_METHOD_GET) { in server_callback()
|
D | misc-test.c | 35 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()
|
D | ntlm-test.c | 69 if (msg->method != SOUP_METHOD_GET) { in server_callback()
|
D | cache-test.c | 17 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_POST) { in server_callback()
|
D | connection-test.c | 114 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_POST) { in server_callback()
|
/third_party/libsoup/examples/ |
D | simple-httpd.c | 120 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/ |
D | soup.h | 208 #define SOUP_METHOD_GET _SOUP_INTERN_METHOD(GET) macro
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | souphttpsrc.c | 559 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/ |
D | play.c | 1580 if (msg->method == SOUP_METHOD_GET) { in do_get() 1611 if (msg->method == SOUP_METHOD_GET) in server_callback()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 95 SOUP_METHOD_GET
|
12