Lines Matching defs:context
154 struct lws_context *context = mgr->parent;
156 struct args *a = lws_context_user(context);
165 i.context = context;
242 struct lws_context *context;
266 * since we know this lws context is only ever going to be used with
291 context = lws_create_context(&info);
292 if (!context) {
298 n = lws_service(context, 0);
300 lws_context_destroy(context);