Home
last modified time | relevance | path

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

/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/microhttpd_ws/
H A Dtest_websocket.c5247 ret = MHD_websocket_encode_text (wss, in test_encodes_text()
5270 ret = MHD_websocket_encode_text (wsc, in test_encodes_text()
5308 ret = MHD_websocket_encode_text (wss, in test_encodes_text()
5331 ret = MHD_websocket_encode_text (wsc, in test_encodes_text()
5369 ret = MHD_websocket_encode_text (wss, in test_encodes_text()
5392 ret = MHD_websocket_encode_text (wss, in test_encodes_text()
5420 ret = MHD_websocket_encode_text (wss, in test_encodes_text()
5444 ret = MHD_websocket_encode_text (wss, in test_encodes_text()
5468 ret = MHD_websocket_encode_text (wss, in test_encodes_text()
5492 ret = MHD_websocket_encode_text (wss, in test_encodes_text()
[all …]
H A Dmhd_websocket.c1629 MHD_websocket_encode_text (struct MHD_WebSocketStream *ws, in MHD_websocket_encode_text() function
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/include/
H A Dmicrohttpd_ws.h923 MHD_websocket_encode_text (struct MHD_WebSocketStream *ws,
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/examples/
H A Dwebsocket_chatserver_example.c1673 er = MHD_websocket_encode_text (cu->ws, in connecteduser_send_messages()
1862 int status = MHD_websocket_encode_text (cu->ws, in connecteduser_receive_messages()
1897 MHD_websocket_encode_text (cu->ws, in connecteduser_receive_messages()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/doc/
H A Dlibmicrohttpd-tutorial.info2336 * 'MHD_websocket_encode_text()' encodes text. The text must be
2457 result = MHD_websocket_encode_text (ws,
2663 Only 'MHD_websocket_encode_text()' and 'MHD_websocket_encode_binary()'
5447 result = MHD_websocket_encode_text (ws,
H A Dlibmicrohttpd.texi1321 This is used with @code{MHD_websocket_encode_text} or
1549 If you got this from @code{MHD_websocket_encode_text} or
4332 @deftypefun {enum MHD_WEBSOCKET_STATUS} MHD_websocket_encode_text (struct MHD_WebSocketStream* ws, …