Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
Dmain.c195 if (lws_ss_proxy_create(context, ibind, port)) { in app_system_state_nf()
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams.h548 lws_ss_proxy_create(struct lws_context *context, const char *bind, int port);
Dlws-secure-streams-client.h53 #define lws_ss_proxy_create lws_sspc_proxy_create macro
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c766 lws_ss_proxy_create(struct lws_context *context, const char *bind, int port) in lws_ss_proxy_create() function