Lines Matching defs:cx
12 static struct lws_context *cx;
31 ci.cx = cx;
61 lws_cancel_service(cx);
62 if (lws_service(cx, 0) < 0)
71 lws_cancel_service(cx);
72 if (lws_service(cx, 0) < 0)
75 lws_cancel_service(cx);
76 if (lws_service(cx, 0) < 0)
115 ci.cx = cx;
185 ci.cx = cx;
488 cx = lws_create_context(&info);
489 if (!cx) {
504 lws_context_destroy(cx);