Lines Matching defs:context
107 connect_client(struct lws_context *context)
117 i.context = context;
141 struct lws_context *context = mgr->parent;
154 if (connect_client(context))
314 struct lws_context *context;
342 context = lws_create_context(&info);
343 if (!context) {
350 n = lws_service(context, 0);
353 lws_context_destroy(context);