Searched refs:soup_websocket_client_verify_handshake_with_extensions (Results 1 – 5 of 5) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-websocket.h | 85 gboolean soup_websocket_client_verify_handshake_with_extensions (SoupMessage *msg,
|
D | soup-websocket.c | 927 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
|
D | soup-session.c | 4876 …if (soup_websocket_client_verify_handshake_with_extensions (item->msg, supported_extensions, &acce… in websocket_connect_async_stop()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 1324 soup_websocket_client_verify_handshake_with_extensions
|
/third_party/libsoup/tests/ |
D | websocket-test.c | 1652 …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()
|