Lines Matching +full:sometimes +full:- +full:uninitialized
2 * lws-minimal-secure-streams-server
4 * Written in 2010-2020 by Andy Green <andy@warmcat.com>
22 "\"schema-version\":" "1,"
39 * Need to be in order from root cert... notice sometimes as
44 * cross-signed by an IdenTrust intermediate that's widely
198 * using a 100-y self-signed tls cert
207 "\"mime\": \"Content-Type:\","
243 return -1; in smd_cb()
252 return -1; in smd_cb()
273 memset(&info, 0, sizeof info); /* otherwise uninitialized garbage */ in main()
276 if (lws_cmdline_option(argc, argv, "-m")) in main()