Lines Matching defs:context
30 struct lws_context *context;
74 lws_context_destroy(context);
140 i.context = context;
176 if (sequence == TEST_STATE_EXIT && !context && !reported) {
179 * has completed and the entire context is wholly destroyed
190 /* this only has to exist for the duration of create context */
194 context = lws_create_context(&info);
195 if (!context) {
208 lwsl_user("Destroying lws context and continuing loop for 5s\n");
209 lws_context_destroy(context);
252 info.pcontext = &context;
320 lwsl_user(" 2) 10s: create an lws context serving on localhost:7681\n");
332 lws_context_destroy(context);