Lines Matching defs:vhost
265 "/uncommziptest", /* mountpoint in URL namespace on this vhost */
283 "/ziptest", /* mountpoint in URL namespace on this vhost */
301 "/formtest", /* mountpoint in URL namespace on this vhost */
349 * pvos are not instantiated on the vhost then.
356 "protocol-post-demo", /* protocol name we belong to on this vhost */
362 "lws-status", /* protocol name we belong to on this vhost */
368 "lws-mirror-protocol", /* protocol name we belong to on this vhost */
374 "dumb-increment-protocol", /* protocol name we belong to on this vhost */
416 struct lws_vhost *vhost;
550 /* dynamic vhost create / destroy toggle (on port + 1) */
648 vhost = lws_create_vhost(context, &info);
649 if (!vhost) {
650 lwsl_err("vhost creation failed\n");
655 * For testing dynamic vhost create / destroy later, we use port + 1
663 lws_init_vhost_client_ssl(&info, vhost);
725 lwsl_notice("creating dynamic vhost...\n");
729 lwsl_notice("destroying dynamic vhost...\n");