Searched refs:lws_context_ (Results 1 – 1 of 1) sorted by relevance
100 return lws_context_; in lws_context()108 struct lws_context* lws_context_; member in WsConnectionContextImpl154 : lws_context_(lws_ctx) { in WsConnectionContextImpl()159 lws_context_destroy(lws_context_); in ~WsConnectionContextImpl()168 if (lws_service(lws_context_, 0) < 0) { in Start()