Searched refs:thisport (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_rewrite.c876 char *thisport; local
881 thisport = ap_is_default_port(port, r)
886 ap_http_scheme(r), thisserver, thisport,
4521 char *thisport; local
4602 thisport = "";
4605 thisport = apr_psprintf(r->pool, ":%u", port);
4610 var = apr_pstrcat(r->pool, ap_http_scheme(r), "://", thisserver, thisport,

Completed in 611 milliseconds