Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dminimal-http-server-eventlib-foreign.c297 info.options |= LWS_SERVER_OPTION_SDEVENT; in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h236 #define LWS_SERVER_OPTION_SDEVENT (1ll << 37) macro
/third_party/libwebsockets/lib/core/
Dcontext.c362 { LWS_SERVER_OPTION_SDEVENT, "evlib_sd" },
576 if (lws_check_opt(info->options, LWS_SERVER_OPTION_SDEVENT)) { in lws_create_context()