Searched refs:soup_websocket_connection_new_with_extensions (Results 1 – 6 of 6) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-websocket-connection.h | 74 SoupWebsocketConnection *soup_websocket_connection_new_with_extensions (GIOStream …
|
D | soup-websocket-connection.c | 1754 return soup_websocket_connection_new_with_extensions (stream, uri, type, origin, protocol, NULL); in soup_websocket_connection_new() 1775 soup_websocket_connection_new_with_extensions (GIOStream *stream, in soup_websocket_connection_new_with_extensions() function
|
D | soup-server.c | 1448 conn = soup_websocket_connection_new_with_extensions (stream, uri, in complete_websocket_upgrade()
|
D | soup-session.c | 4878 client = soup_websocket_connection_new_with_extensions (stream, in websocket_connect_async_stop()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 1334 soup_websocket_connection_new_with_extensions
|
/third_party/libsoup/tests/ |
D | websocket-test.c | 126 test->client = soup_websocket_connection_new_with_extensions (G_IO_STREAM (conn), uri, in direct_connection_complete() 166 test->server = soup_websocket_connection_new_with_extensions (G_IO_STREAM (conn), uri, in got_connection()
|