Home
last modified time | relevance | path

Searched refs:SOUP_WEBSOCKET_CLOSE_GOING_AWAY (Results 1 – 4 of 4) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-websocket.h52 SOUP_WEBSOCKET_CLOSE_GOING_AWAY = 1001, enumerator
Dsoup-websocket-connection.c604 code = SOUP_WEBSOCKET_CLOSE_GOING_AWAY; in emit_error_and_close()
701 case SOUP_WEBSOCKET_CLOSE_GOING_AWAY: in close_connection()
Dsoup-enum-types.c684 { C_ENUM(SOUP_WEBSOCKET_CLOSE_GOING_AWAY), "SOUP_WEBSOCKET_CLOSE_GOING_AWAY", "going-away" }, in soup_websocket_close_code_get_type()
/third_party/libsoup/tests/
Dwebsocket-test.c833 …{ SOUP_WEBSOCKET_CLOSE_GOING_AWAY, "GOING_AWAY", SOUP_WEBSOCKET_CLOSE_GOING_AWAY, "GOING_AWAY", SO…
1008 soup_websocket_connection_close (test->client, SOUP_WEBSOCKET_CLOSE_GOING_AWAY, "another reason"); in test_message_after_closing()
1089 soup_websocket_connection_close (test->client, SOUP_WEBSOCKET_CLOSE_GOING_AWAY, "client closed"); in test_server_unref_connection_on_close()