Lines Matching defs:context
394 struct lws_context *context = lws_system_context_from_system_mgr(mgr);
397 lws_system_blob_t *ab = lws_system_get_blob(context,
427 lws_ss_policy_overlay(context,
439 lws_ss_policy_overlay(context,
482 if (lws_ss_create(context, 0, &ssi, NULL, NULL,
487 lws_cancel_service(context);
534 struct lws_context *context;
610 /* integrate us with lws system state management when context created */
622 /* create the context */
624 context = lws_create_context(&info);
625 if (!context) {
643 lws_system_blob_direct_set(lws_system_get_blob(context,
646 lws_system_blob_direct_set(lws_system_get_blob(context,
654 * context destroy time). ..._heap_empty() is also available to remove
660 lws_system_blob_heap_append(lws_system_get_blob(context,
668 n = lws_service(context, 0);
670 lws_context_destroy(context);