Lines Matching defs:context
37 static struct lws_context *context;
157 struct lws_context *context = lws_system_context_from_system_mgr(mgr);
158 lws_system_blob_t *ab = lws_system_get_blob(context,
189 lws_ss_sigv4_set_aws_key(context, 0, aws_keyid, aws_key);
195 if (lws_ss_proxy_create(context, ibind, port)) {
208 lws_system_blob_destroy(lws_system_get_blob(context,
250 lws_cancel_service(context);
282 /* integrate us with lws system state management when context created */
295 context = lws_create_context(&info);
296 if (!context) {
304 n = lws_service(context, 0);
316 lws_context_destroy(context);