Searched refs:soup_websocket_server_check_handshake_with_extensions (Results 1 – 4 of 4) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-websocket.h | 97 soup_websocket_server_check_handshake_with_extensions (SoupMessage *msg,
|
D | soup-websocket.c | 413 …return soup_websocket_server_check_handshake_with_extensions (msg, expected_origin, protocols, NUL… in soup_websocket_server_check_handshake() 642 soup_websocket_server_check_handshake_with_extensions (SoupMessage *msg, in soup_websocket_server_check_handshake_with_extensions() function 829 …if (!soup_websocket_server_check_handshake_with_extensions (msg, expected_origin, protocols, suppo… in soup_websocket_server_process_handshake_with_extensions()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 1327 soup_websocket_server_check_handshake_with_extensions
|
/third_party/libsoup/tests/ |
D | websocket-test.c | 1621 result = soup_websocket_server_check_handshake_with_extensions (msg, NULL, NULL, in test_deflate_negotiate_direct() 1693 …g_assert_true (soup_websocket_server_check_handshake_with_extensions (msg, NULL, NULL, supported_e… in test_deflate_disabled_in_message_direct()
|