Searched refs:SOUP_WEBSOCKET_STATE_CLOSED (Results 1 – 4 of 4) sorted by relevance
627 WAIT_UNTIL (soup_websocket_connection_get_state (test->client) == SOUP_WEBSOCKET_STATE_CLOSED); in test_send_bad_data()856 WAIT_UNTIL (soup_websocket_connection_get_state (test->server) == SOUP_WEBSOCKET_STATE_CLOSED); in do_close_clean_client()857 WAIT_UNTIL (soup_websocket_connection_get_state (test->client) == SOUP_WEBSOCKET_STATE_CLOSED); in do_close_clean_client()928 WAIT_UNTIL (soup_websocket_connection_get_state (test->server) == SOUP_WEBSOCKET_STATE_CLOSED); in do_close_clean_server()929 WAIT_UNTIL (soup_websocket_connection_get_state (test->client) == SOUP_WEBSOCKET_STATE_CLOSED); in do_close_clean_server()1011 WAIT_UNTIL (soup_websocket_connection_get_state (test->server) == SOUP_WEBSOCKET_STATE_CLOSED); in test_message_after_closing()1012 WAIT_UNTIL (soup_websocket_connection_get_state (test->client) == SOUP_WEBSOCKET_STATE_CLOSED); in test_message_after_closing()1064 WAIT_UNTIL (soup_websocket_connection_get_state (test->client) == SOUP_WEBSOCKET_STATE_CLOSED); in test_close_after_close()1093 WAIT_UNTIL (soup_websocket_connection_get_state (test->client) == SOUP_WEBSOCKET_STATE_CLOSED); in test_server_unref_connection_on_close()1133 WAIT_UNTIL (soup_websocket_connection_get_state (test->client) == SOUP_WEBSOCKET_STATE_CLOSED); in test_close_after_timeout()[all …]
68 SOUP_WEBSOCKET_STATE_CLOSED = 3, enumerator
293 g_assert (soup_websocket_connection_get_state (self) == SOUP_WEBSOCKET_STATE_CLOSED); in on_iostream_closed()596 if (soup_websocket_connection_get_state (self) == SOUP_WEBSOCKET_STATE_CLOSED) { in emit_error_and_close()612 case SOUP_WEBSOCKET_STATE_CLOSED: in emit_error_and_close()1184 if (soup_websocket_connection_get_state (self) == SOUP_WEBSOCKET_STATE_CLOSED) { in soup_websocket_connection_write()1923 return SOUP_WEBSOCKET_STATE_CLOSED; in soup_websocket_connection_get_state()
713 { C_ENUM(SOUP_WEBSOCKET_STATE_CLOSED), "SOUP_WEBSOCKET_STATE_CLOSED", "closed" }, in soup_websocket_state_get_type()