Lines Matching defs:context
125 struct lws_context *context = lws_system_context_from_system_mgr(mgr);
126 lws_system_blob_t *ab = lws_system_get_blob(context,
164 if (lws_ss_create(context, 0, &ssi, NULL, NULL,
190 struct lws_context *context;
236 /* integrate us with lws system state management when context created */
242 /* create the context */
244 context = lws_create_context(&info);
245 if (!context) {
258 lws_system_blob_direct_set(lws_system_get_blob(context,
261 lws_system_blob_direct_set(lws_system_get_blob(context,
269 * context destroy time). ..._heap_empty() is also available to remove
275 lws_system_blob_heap_append(lws_system_get_blob(context,
282 n = lws_service(context, 0);
284 lws_context_destroy(context);