Searched refs:soup_websocket_connection_get_protocol (Results 1 – 4 of 4) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-websocket-connection.h | 94 const char * soup_websocket_connection_get_protocol (SoupWebsocketConnection *self);
|
D | soup-websocket-connection.c | 1341 g_value_set_string (value, soup_websocket_connection_get_protocol (self)); in soup_websocket_connection_get_property() 1882 soup_websocket_connection_get_protocol (SoupWebsocketConnection *self) in soup_websocket_connection_get_protocol() function
|
/third_party/libsoup/tests/ |
D | websocket-test.c | 680 g_assert_cmpstr (soup_websocket_connection_get_protocol (test->client), ==, negotiated_protocol); in test_protocol_negotiate_soup() 681 g_assert_cmpstr (soup_websocket_connection_get_protocol (test->server), ==, negotiated_protocol); in test_protocol_negotiate_soup() 775 g_assert_cmpstr (soup_websocket_connection_get_protocol (test->client), ==, NULL); in test_protocol_server_any_soup() 776 g_assert_cmpstr (soup_websocket_connection_get_protocol (test->server), ==, NULL); in test_protocol_server_any_soup() 819 g_assert_cmpstr (soup_websocket_connection_get_protocol (test->client), ==, NULL); in test_protocol_client_any_soup() 820 g_assert_cmpstr (soup_websocket_connection_get_protocol (test->server), ==, NULL); in test_protocol_client_any_soup()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 1339 soup_websocket_connection_get_protocol
|