Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-websocket.h67 SOUP_WEBSOCKET_STATE_CLOSING = 2, enumerator
Dsoup-websocket-connection.c615 case SOUP_WEBSOCKET_STATE_CLOSING: in emit_error_and_close()
1925 return SOUP_WEBSOCKET_STATE_CLOSING; in soup_websocket_connection_get_state()
Dsoup-enum-types.c712 { C_ENUM(SOUP_WEBSOCKET_STATE_CLOSING), "SOUP_WEBSOCKET_STATE_CLOSING", "closing" }, in soup_websocket_state_get_type()
/third_party/libsoup/tests/
Dwebsocket-test.c854 …sert_cmpint (soup_websocket_connection_get_state (test->client), ==, SOUP_WEBSOCKET_STATE_CLOSING); in do_close_clean_client()
926 …sert_cmpint (soup_websocket_connection_get_state (test->server), ==, SOUP_WEBSOCKET_STATE_CLOSING); in do_close_clean_server()
1009 …sert_cmpint (soup_websocket_connection_get_state (test->client), ==, SOUP_WEBSOCKET_STATE_CLOSING); in test_message_after_closing()
1090 …sert_cmpint (soup_websocket_connection_get_state (test->client), ==, SOUP_WEBSOCKET_STATE_CLOSING); in test_server_unref_connection_on_close()
1131 …sert_cmpint (soup_websocket_connection_get_state (test->client), ==, SOUP_WEBSOCKET_STATE_CLOSING); in test_close_after_timeout()