Lines Matching defs:context
397 struct lws_context *context = lws_system_context_from_system_mgr(mgr);
400 lws_system_blob_t *ab = lws_system_get_blob(context,
443 if (lws_ss_create(context, 0, &ssi, NULL, NULL,
469 struct lws_context *context;
519 /* integrate us with lws system state management when context created */
525 /* create the context */
527 context = lws_create_context(&info);
528 if (!context) {
546 lws_system_blob_direct_set(lws_system_get_blob(context,
549 lws_system_blob_direct_set(lws_system_get_blob(context,
557 * context destroy time). ..._heap_empty() is also available to remove
563 lws_system_blob_heap_append(lws_system_get_blob(context,
571 n = lws_service(context, 0);
573 lws_context_destroy(context);