Searched refs:soup_websocket_connection_send_text (Results 1 – 5 of 5) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-websocket-connection.h | 109 void soup_websocket_connection_send_text (SoupWebsocketConnection *self,
|
D | soup-websocket-connection.c | 1990 soup_websocket_connection_send_text (SoupWebsocketConnection *self, in soup_websocket_connection_send_text() function
|
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | webrtc-unidirectional-h264.c | 278 soup_websocket_connection_send_text (receiver_entry->connection, json_string); in on_offer_created_cb() 319 soup_websocket_connection_send_text (receiver_entry->connection, json_string); in on_ice_candidate_cb()
|
/third_party/libsoup/tests/ |
D | websocket-test.c | 480 soup_websocket_connection_send_text (test->client, TEST_STRING); in test_send_client_to_server() 511 soup_websocket_connection_send_text (test->server, TEST_STRING); in test_send_server_to_client() 541 soup_websocket_connection_send_text (test->server, g_bytes_get_data (sent, NULL)); in test_send_big_packets() 549 soup_websocket_connection_send_text (test->server, g_bytes_get_data (sent, NULL)); in test_send_big_packets() 562 soup_websocket_connection_send_text (test->server, g_bytes_get_data (sent, NULL)); in test_send_big_packets() 578 soup_websocket_connection_send_text (test->server, "\0"); in test_send_empty_packets() 988 soup_websocket_connection_send_text (ws, g_bytes_get_data (message, NULL)); in on_closing_send_message()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 1344 soup_websocket_connection_send_text
|