Lines Matching defs:port
40 apr_port_t port;
72 /* fcgi://{hostname|IPv4|IPv6}:port[/] */
128 APLOGNO(02496) "name %s, backend %s, host %s, port %d, "
133 (int)conf->port,
1170 int ca = 0, rc, port;
1233 port = atoi(ap_rxplus_pmatch(cmd->pool, fcgi_backend_regex, 2));
1234 if (port > 65535) {
1238 "' has invalid port",
1244 conf->port = port;
1248 APR_UNSPEC, conf->port, 0, cmd->pool);