Lines Matching refs:info
139 struct lws_context_creation_info info;
161 memset(&info, 0, sizeof info); /* otherwise uninitialized garbage */
162 info.port = 7681;
163 info.mounts = &mount;
164 info.pcontext = &context;
165 info.protocols = protocols;
166 info.pvo = &pvo; /* per-vhost options */
167 info.foreign_loops = foreign_loops;
168 info.count_threads = COUNT_THREADS;
169 info.options = LWS_SERVER_OPTION_LIBUV |
172 context = lws_create_context(&info);