Home
last modified time | relevance | path

Searched refs:soup_websocket_connection_new_with_extensions (Results 1 – 6 of 6) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-websocket-connection.h74 SoupWebsocketConnection *soup_websocket_connection_new_with_extensions (GIOStream …
Dsoup-websocket-connection.c1754 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
Dsoup-server.c1448 conn = soup_websocket_connection_new_with_extensions (stream, uri, in complete_websocket_upgrade()
Dsoup-session.c4878 client = soup_websocket_connection_new_with_extensions (stream, in websocket_connect_async_stop()
/third_party/libsoup/docs/reference/
Dlibsoup-2.4-sections.txt1334 soup_websocket_connection_new_with_extensions
/third_party/libsoup/tests/
Dwebsocket-test.c126 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()