Lines Matching defs:context
63 static struct lws_context *context;
188 if (lws_tls_session_dump_save(lws_get_vhost_by_name(context, "default"),
400 lws_context_destroy(context);
412 struct lws_context *context = mgr->parent;
431 lws_sul_schedule(context, 0, &sul_stagger, stagger_cb,
448 lws_context_destroy(context);
513 lws_sul_schedule(context, 0, &sul_stagger, stagger_cb, next);
559 * since we know this lws context is only ever going to be used with
567 info.pcontext = &context;
595 context = lws_create_context(&info);
596 if (!context) {
609 i.context = context;
680 if (lws_tls_session_dump_load(lws_get_vhost_by_name(context, "default"),
686 while (!intr && !lws_service(context, 0))
700 lws_context_destroy(context);