Home
last modified time | relevance | path

Searched refs:soup_websocket_client_verify_handshake_with_extensions (Results 1 – 5 of 5) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-websocket.h85 gboolean soup_websocket_client_verify_handshake_with_extensions (SoupMessage *msg,
Dsoup-websocket.c927 return soup_websocket_client_verify_handshake_with_extensions (msg, NULL, NULL, error); in soup_websocket_client_verify_handshake()
958 soup_websocket_client_verify_handshake_with_extensions (SoupMessage *msg, in soup_websocket_client_verify_handshake_with_extensions() function
Dsoup-session.c4876 …if (soup_websocket_client_verify_handshake_with_extensions (item->msg, supported_extensions, &acce… in websocket_connect_async_stop()
/third_party/libsoup/docs/reference/
Dlibsoup-2.4-sections.txt1324 soup_websocket_client_verify_handshake_with_extensions
/third_party/libsoup/tests/
Dwebsocket-test.c1652 …result = soup_websocket_client_verify_handshake_with_extensions (msg, supported_extensions, &accep… in test_deflate_negotiate_direct()
1700 …g_assert_true (soup_websocket_client_verify_handshake_with_extensions (msg, supported_extensions, … in test_deflate_disabled_in_message_direct()