Lines Matching defs:port
1835 * Same as getAuthority, but if the port has been specified
1836 * as host:port , the port will not be included
1896 port = 0;
1914 port = other.port;
1930 int port;
1973 int port;
2028 if (portSpecified && port>=0)
2031 snprintf(buf, 6, ":%6d", port);
2044 return port;
2136 newUri.port = other.port;//part of authority
2330 port = entry->port;
2345 //# Authority field (host and port, for example)
2371 port = val;