Lines Matching defs:port
477 APR_UNSPEC, choice->port, 0,
483 APR_UNSPEC, conf->url.port, 0,
638 if (!conf->url.port) {
639 conf->url.port = apr_uri_port_of_scheme(conf->url.scheme);
812 unsigned int port;
891 server->port = 80;
909 if (apr_table_get(hbt, "port")) {
910 server->port = atoi(apr_table_get(hbt, "port"));
985 x->port = hbs->port;
1062 apr_port_t port = 0;
1064 rv = apr_parse_addr_port(&host_str, &scope_id, &port, ip, r->pool);
1068 s->port = port ? port : 80;