Lines Matching defs:context
600 struct lws_context *context;
715 * create the websockets context. This tracks open connections and
731 * since we know this lws context is only ever going to be used with
785 context = lws_create_context(&info);
786 if (context == NULL) {
787 fprintf(stderr, "Creating libwebsocket context failed\n");
791 i.context = context;
816 * sit there servicing the websocket context to handle incoming
861 lws_service(context, 500);
868 lws_callback_on_writable_all_protocol(context,
880 lws_context_destroy(context);