Lines Matching defs:www
9 * https://www.openssl.org/source/license.html
83 static int www = 0;
806 {"www", OPT_WWW, '-', "Respond to a 'GET /' with a status page"},
1064 www = 0;
1467 www = 1;
1470 www = 2;
1473 www = 3;
1664 if (www && socket_type == SOCK_DGRAM) {
1665 BIO_printf(bio_err, "Can't use -HTTP, -www or -WWW with DTLS\n");
1687 if (early_data && (www > 0 || rev)) {
1689 "Can't use -early_data in combination with -www, -WWW, -HTTP, or -rev\n");
1705 if (use_sendfile && www <= 1) {
2220 else if (www)
3059 buf = app_malloc(bufsize + 1, "server www buffer");
3166 if (((www == 1) && (strncmp("GET ", buf, 4) == 0)) ||
3167 ((www == 2) && (strncmp("GET /stats ", buf, 11) == 0))) {
3173 if (www == 1 && strncmp("GET /reneg", buf, 10) == 0) {
3297 } else if ((www == 2 || www == 3)
3372 if (www == 2) {