Lines Matching defs:context
18 static struct lws_context *context;
245 if (lws_ss_create(context, 0, next_test->ssi,
305 struct lws_context *context = lws_system_context_from_system_mgr(mgr);
319 if (lws_ss_create(context, 0, next_test->ssi,
363 /* integrate us with lws system state management when context created */
369 /* create the context */
371 context = lws_create_context(&info);
372 if (!context) {
380 n = lws_service(context, 0);
382 lws_context_destroy(context);