Lines Matching defs:context
76 struct lws_context *context;
97 /* create the context */
99 context = lws_create_context(&info);
100 if (!context) {
105 lws_ss_policy_parse_begin(context, 0);
115 m = lws_ss_policy_parse(context, (uint8_t *)buf, (size_t)n);
133 * policy objects, and it has set the context policy pointer to the head
151 pol = lws_ss_policy_get(context);
370 pol = lws_ss_policy_get(context);
416 auth = lws_ss_auth_get(context);
445 if (lws_ss_auth_get(context))
452 pol = lws_ss_policy_get(context);
685 lws_ss_policy_parse_abandon(context);
691 lws_context_destroy(context);