Lines Matching defs:context
79 * this context / process smd participants... except us, since we
257 struct lws_context *context;
308 info.early_smd_opaque = &context;
310 /* create the context */
312 context = lws_create_context(&info);
313 if (!context) {
319 if (!lws_create_vhost(context, &info)) {
327 lws_sul_schedule(context, 0, &sul_timeout, sul_timeout_cb,
332 while (lws_service(context, 0) >= 0 && !interrupted)
361 lws_context_destroy(context);