HomeSort by: relevance | last modified time | path
    Searched defs:www (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/autoconf/dist/
maint.mk 18 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
1275 www-gnu = http://www.gnu.org
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 9 * https://www.openssl.org/source/license.html
85 static int www = 0; variable
933 { "www", OPT_WWW, '-', "Respond to a 'GET /' with a status page" },
934 { "WWW", OPT_UPPER_WWW, '-', "Respond to a 'GET with the file ./path" },
939 { "HTTP", OPT_HTTP, '-', "Like -WWW but ./path includes HTTP headers" },
1046 { "http_server_binmode", OPT_HTTP_SERVER_BINMODE, '-', "opening files in binary mode when acting as http server (-WWW and -HTTP)" },
1093 { "sendfile", OPT_SENDFILE, '-', "Use sendfile to response file with -WWW" },
1203 www = 0;
1615 www = 1;
1618 www = 2
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 9 * https://www.openssl.org/source/license.html
83 static int www = 0; variable
806 {"www", OPT_WWW, '-', "Respond to a 'GET /' with a status page"},
807 {"WWW", OPT_UPPER_WWW, '-', "Respond to a 'GET with the file ./path"},
812 {"HTTP", OPT_HTTP, '-', "Like -WWW but ./path includes HTTP headers"},
916 {"http_server_binmode", OPT_HTTP_SERVER_BINMODE, '-', "opening files in binary mode when acting as http server (-WWW and -HTTP)"},
962 {"sendfile", OPT_SENDFILE, '-', "Use sendfile to response file with -WWW"},
1064 www = 0;
1467 www = 1;
1470 www = 2
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 9 * https://www.openssl.org/source/license.html
90 static int www = 0; variable
826 {"www", OPT_WWW, '-', "Respond to a 'GET /' with a status page"},
827 {"WWW", OPT_UPPER_WWW, '-', "Respond to a 'GET with the file ./path"},
838 {"HTTP", OPT_HTTP, '-', "Like -WWW but ./path includes HTTP headers"},
1069 www = 0;
1447 www = 1;
1450 www = 2;
1453 www = 3;
1618 if (www && socket_type == SOCK_DGRAM)
    [all...]

Completed in 51 milliseconds