Home
last modified time | relevance | path

Searched refs:LWS_UNIX_SOCK_ENABLED (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h194 #define LWS_UNIX_SOCK_ENABLED(vhost) \ macro
197 #define LWS_UNIX_SOCK_ENABLED(vhost) (0) macro
Dvhost.c896 if (LWS_UNIX_SOCK_ENABLED(vh)) { in lws_create_vhost()
1544 if (LWS_UNIX_SOCK_ENABLED(vh)) {
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c313 if (!LWS_UNIX_SOCK_ENABLED(a->vhost)) in _lws_vhost_init_server_af()
435 if (LWS_UNIX_SOCK_ENABLED(vhost)) { in _lws_vhost_init_server()