Lines Matching defs:context
24 struct lws_context *context;
658 lws_sul_schedule(context, 0, &sul_next_test, tests_start_next, 1);
677 lws_sul_schedule(context, 0, &sul_next_test, tests_start_next, 1);
701 lws_sul_schedule(context, 0, &sul_next_test, tests_start_next, 1);
747 if (lws_ss_create(context, 0, &ssi, ts, &h, NULL, NULL)) {
765 lws_sul_schedule(context, 0, &sul_next_test, tests_start_next, 1);
858 /* integrate us with lws system state management when context created */
871 /* create the context */
873 context = lws_create_context(&info);
874 if (!context) {
881 do { } while(lws_service(context, 0) >= 0 && !interrupted);
883 lws_context_destroy(context);