Lines Matching defs:context
40 * our expanded dbus context
52 static struct lws_context *context;
362 lws_sul_schedule(context, 0, &dbus_ctx->sul, sul_timer, 2 * LWS_US_PER_SEC);
391 context = lws_create_context(&info);
392 if (!context) {
400 vh = lws_create_vhost(context, &info);
408 lws_sul_schedule(context, 0, &dbus_ctx->sul, sul_timer, LWS_US_PER_SEC);
417 n = lws_service(context, 0);
425 lws_context_destroy(context);
433 lws_context_destroy(context);