Home
last modified time | relevance | path

Searched refs:SOUP_METHOD_HEAD (Results 1 – 14 of 14) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-misc-private.h22 method == SOUP_METHOD_HEAD || \
28 method == SOUP_METHOD_HEAD || \
Dsoup-method.h42 #define SOUP_METHOD_HEAD _SOUP_INTERN_METHOD (HEAD) macro
Dsoup-message-client-io.c49 if ((msg->method == SOUP_METHOD_HEAD || in parse_response_headers()
Dsoup-message-server-io.c259 if ((msg->method == SOUP_METHOD_HEAD || in get_response_headers()
Dsoup-cache.c162 else if (msg->method == SOUP_METHOD_HEAD || in get_cacheability()
Dsoup-session.c1178 if (msg->method != SOUP_METHOD_HEAD) { in soup_session_redirect_message()
5108 msg = soup_message_new_from_uri (SOUP_METHOD_HEAD, uri); in soup_session_connect_async()
/third_party/libsoup/tests/
Dredirect-test.c341 msg->method != SOUP_METHOD_HEAD) { in server_callback()
359 if (msg->method != SOUP_METHOD_HEAD) { in server_callback()
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()
Dserver-auth-test.c258 if (msg->method != SOUP_METHOD_GET && msg->method != SOUP_METHOD_HEAD) { in server_callback()
/third_party/gstreamer/gstplugins_good/ext/soup/stub/
Dsoup.h209 #define SOUP_METHOD_HEAD _SOUP_INTERN_METHOD(HEAD) macro
/third_party/libsoup/examples/
Dsimple-httpd.c204 if (msg->method == SOUP_METHOD_GET || msg->method == SOUP_METHOD_HEAD) in server_callback()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsouphttpsrc.c608 if (method == SOUP_METHOD_GET || method == SOUP_METHOD_HEAD) in server_callback()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c1898 if (_soup_message_get_method (msg) == SOUP_METHOD_HEAD) { in gst_soup_http_src_parse_status()
2813 if ((src->msg && _soup_message_get_method (src->msg) != SOUP_METHOD_HEAD)) { in gst_soup_http_src_check_seekable()
2819 ret = gst_soup_http_src_do_request (src, SOUP_METHOD_HEAD); in gst_soup_http_src_check_seekable()
/third_party/libsoup/docs/reference/
Dlibsoup-2.4-sections.txt96 SOUP_METHOD_HEAD