Searched refs:cxname (Results 1 – 1 of 1) sorted by relevance
560 char cxname[16], logpath[128]; in main() local577 lws_strncpy(cxname, "ctx0", sizeof(cxname)); in main()586 lws_snprintf(cxname, sizeof(cxname), "ctx%d", n + 1); in main()596 info.vhost_name = cxname; in main()597 lws_snprintf(logpath, sizeof(logpath), "/tmp/%s.log", cxname); in main()