Lines Matching defs:context
298 struct lws_context *context = lws_system_context_from_system_mgr(mgr);
301 lws_system_blob_t *ab = lws_system_get_blob(context,
331 lws_ss_policy_overlay(context,
343 lws_ss_policy_overlay(context,
380 if (lws_ss_create(context, 0, &ssi, NULL, NULL,
430 struct lws_context *context;
493 /* integrate us with lws system state management when context created */
505 /* create the context */
507 context = lws_create_context(&info);
508 if (!context) {
526 lws_system_blob_direct_set(lws_system_get_blob(context,
529 lws_system_blob_direct_set(lws_system_get_blob(context,
537 * context destroy time). ..._heap_empty() is also available to remove
543 lws_system_blob_heap_append(lws_system_get_blob(context,
551 n = lws_service(context, 0);
553 lws_context_destroy(context);