Home
last modified time | relevance | path

Searched refs:LWS_SERVER_OPTION_ULOOP (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.c304 info.options |= LWS_SERVER_OPTION_ULOOP; in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h239 #define LWS_SERVER_OPTION_ULOOP (1ll << 38) macro
/third_party/libwebsockets/lib/core/
Dcontext.c363 { LWS_SERVER_OPTION_ULOOP, "evlib_uloop" },
584 if (lws_check_opt(info->options, LWS_SERVER_OPTION_ULOOP)) { in lws_create_context()