Home
last modified time | relevance | path

Searched refs:LWS_SERVER_OPTION_UNIX_SOCK (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c523 !(a->info->options & LWS_SERVER_OPTION_UNIX_SOCK)) { in lejp_vhosts_cb()
634 a->info->options |= (uint64_t)LWS_SERVER_OPTION_UNIX_SOCK; in lejp_vhosts_cb()
636 a->info->options &= (uint64_t)~(LWS_SERVER_OPTION_UNIX_SOCK); in lejp_vhosts_cb()
/third_party/libwebsockets/lib/misc/
Dpeer-limits.c90 if (vhost->options & LWS_SERVER_OPTION_UNIX_SOCK) in lws_get_or_create_peer()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h93 #define LWS_SERVER_OPTION_UNIX_SOCK (1ll << 14) macro
/third_party/libwebsockets/test-apps/
Dtest-server.c491 opts |= LWS_SERVER_OPTION_UNIX_SOCK; in main()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c783 info.options |= LWS_SERVER_OPTION_UNIX_SOCK; in lws_ss_proxy_create()
Dsecure-streams.c1204 i.options |= LWS_SERVER_OPTION_UNIX_SOCK; in lws_ss_create()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h195 (vhost->options & LWS_SERVER_OPTION_UNIX_SOCK)