Searched refs:lws_ctx (Results 1 – 1 of 1) sorted by relevance
121 WsConnectionContext(struct lws_context* lws_ctx);329 struct lws_context* lws_ctx = lws_create_context(&context_info); in Create() local330 if (!lws_ctx) { in Create()333 return std::shared_ptr<WsConnectionContext>(new WsConnectionContext(lws_ctx)); in Create()336 WsConnectionContext::WsConnectionContext(struct lws_context* lws_ctx) in WsConnectionContext() argument337 : lws_context_(lws_ctx) { in WsConnectionContext()