Lines Matching defs:context
58 static struct lws_context *context;
105 if (lws_context_is_deprecated(context))
108 lws_context_deprecate(context, NULL);
119 lws_context_destroy(context);
131 lws_sul_schedule(context, 0, &sul_lwsws, lwsws_min, 60 * LWS_US_PER_SEC);
163 * first go through the config for creating the outer context
170 info.pcontext = &context;
172 context = lws_create_context(&info);
173 if (context == NULL) {
185 if (lwsws_get_config_vhosts(context, &info, config_dir, &cs, &cs_len))
188 lws_sul_schedule(context, 0, &sul_lwsws, lwsws_min, 60 * LWS_US_PER_SEC);
338 lws_service(context, 0);
350 lws_context_destroy(context);
363 context = NULL;