Home
last modified time | relevance | path

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

/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/include/
H A Dmicrohttpd_ws.h705 MHD_websocket_create_accept_header (const char *sec_websocket_key,
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/examples/
H A Dwebsocket_chatserver_example.c2225 if (0 != MHD_websocket_create_accept_header (value, sec_websocket_accept)) in access_handler()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/microhttpd_ws/
H A Dmhd_websocket.c479 MHD_websocket_create_accept_header (const char *sec_websocket_key, in MHD_websocket_create_accept_header() function
H A Dtest_websocket.c877 ret = MHD_websocket_create_accept_header ("dGhlIHNhbXBsZSBub25jZQ==", in test_accept()
895 ret = MHD_websocket_create_accept_header (NULL, in test_accept()
906 ret = MHD_websocket_create_accept_header ("dGhlIHNhbXBsZSBub25jZQ==", in test_accept()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/doc/
H A Dlibmicrohttpd-tutorial.info2182 * 'MHD_websocket_create_accept_header()' takes the value from the
2263 if (0 != MHD_websocket_create_accept_header (value, sec_websocket_accept))
5659 if (0 != MHD_websocket_create_accept_header (value, sec_websocket_accept))
H A Dlibmicrohttpd.texi1561 @code{MHD_websocket_create_accept_header}
4051 @deftypefun {enum MHD_WEBSOCKET_STATUS} MHD_websocket_create_accept_header (const char* sec_websock…