Home
last modified time | relevance | path

Searched refs:cxname (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
Dminimal-secure-streams.c560 char cxname[16], logpath[128]; in main() local
577 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()