Searched defs:tmp_port (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dproxy_util.c315 apr_port_t tmp_port; local
364 rv = apr_parse_addr_port(&addr, &scope_id, &tmp_port, host, p);
368 if (tmp_port != 0) { /* only update caller's port if port was specified */
369 *port = tmp_port;

Completed in 54 milliseconds