Home
last modified time | relevance | path

Searched refs:soup_message_headers_get_list (Results 1 – 18 of 18) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-websocket.c430 … extensions = soup_message_headers_get_list (msg->request_headers, "Sec-WebSocket-Extensions"); in extract_extension_names_from_request()
707 extensions = soup_message_headers_get_list (msg->request_headers, "Sec-WebSocket-Extensions"); in soup_websocket_server_check_handshake_with_extensions()
853 extensions = soup_message_headers_get_list (msg->request_headers, "Sec-WebSocket-Extensions"); in soup_websocket_server_process_handshake_with_extensions()
1009 extensions = soup_message_headers_get_list (msg->response_headers, "Sec-WebSocket-Extensions"); in soup_websocket_client_verify_handshake_with_extensions()
Dsoup-message-headers.c170 connection = soup_message_headers_get_list (hdrs, "Connection"); in soup_message_headers_clean_connection_headers()
365 value = soup_message_headers_get_list (hdrs, name); in soup_message_headers_header_contains()
390 internal_value = soup_message_headers_get_list (hdrs, name); in soup_message_headers_header_equals()
419 soup_message_headers_get_list (SoupMessageHeaders *hdrs, const char *name) in soup_message_headers_get_list() function
478 return soup_message_headers_get_list (hdrs, name); in soup_message_headers_get()
Dsoup-message-headers.h58 const char *soup_message_headers_get_list (SoupMessageHeaders *hdrs,
Dsoup-content-decoder.c83 header = soup_message_headers_get_list (msg->response_headers, in G_DEFINE_TYPE_WITH_CODE()
Dsoup-cache.c173 cache_control = soup_message_headers_get_list (msg->response_headers, "Cache-Control"); in get_cacheability()
345 cache_control = soup_message_headers_get_list (entry->headers, "Cache-Control"); in soup_cache_entry_set_freshness()
1125 soup_message_headers_get_list (msg->request_headers, "If-None-Match")) in soup_cache_has_response()
1139 cache_control = soup_message_headers_get_list (msg->request_headers, "Cache-Control"); in soup_cache_has_response()
Dsoup-message-server-io.c77 if (soup_message_headers_get_list (msg->request_headers, "Transfer-Encoding")) in parse_request_headers()
Dsoup-auth-manager.c246 return soup_message_headers_get_list (msg->response_headers, in auth_header_for_message()
249 return soup_message_headers_get_list (msg->response_headers, in auth_header_for_message()
Dsoup-session.c1314 !soup_message_headers_get_list (item->msg->request_headers, in soup_session_send_queue_item()
/third_party/libsoup/tests/
Dheader-parsing-test.c856 value = soup_message_headers_get_list (hdrs, headers[i].name); in check_headers()
861 value = soup_message_headers_get_list (hdrs, headers[i].name); in check_headers()
Dntlm-test.c230 header = soup_message_headers_get_list (msg->response_headers, in prompt_check()
248 header = soup_message_headers_get_list (msg->response_headers, in challenge_check()
Dserver-auth-test.c289 header = soup_message_headers_get_list (msg->response_headers, in wrote_headers_callback()
Dcoding-test.c26 accept_encoding = soup_message_headers_get_list (msg->request_headers, in server_callback()
Dcache-test.c677 header_value = soup_message_headers_get_list (headers, "My-Header"); in do_headers_test()
Dmisc-test.c634 val = soup_message_headers_get_list (msg->request_headers, in do_one_accept_language_test()
Dauth-test.c764 header = soup_message_headers_get_list (msg->response_headers, in select_auth_authenticate()
/third_party/libsoup/docs/reference/
Dlibsoup-2.4-sections.txt126 soup_message_headers_get_list
/third_party/libsoup/
DNEWS2998 soup_message_headers_get_list(), which will eventually
DChangeLog.pre-git126 (soup_message_headers_get_list): New replacements for