Lines Matching defs:hostname
282 char *hostname; /* host name from URL */
820 printf("Server Hostname: %s\n", hostname);
1097 trstring, tdstring, tdstring, hostname);
1673 connecthost = apr_pstrdup(cntxt, hostname);
1678 printf("Benchmarking %s ", hostname);
1950 "://]hostname[:port]/path\n", progname);
2049 rv = apr_parse_addr_port(&hostname, &scope_id, &port, h, cntxt);
2050 if (rv != APR_SUCCESS || !hostname || scope_id) {
2056 host_field = apr_psprintf(cntxt, "[%s]", hostname);
2059 host_field = hostname;