Home | History | Annotate | Download | only in utils

Lines Matching defs:m_port

126   private int m_port = -1;
343 m_port = p_other.getPort();
483 m_port = p_base.getPort();
507 m_port = p_base.getPort();
885 if (m_userinfo != null || m_host != null || m_port != -1)
901 if (m_port != -1)
904 schemespec.append(m_port);
954 return m_port;
1125 m_port = -1;
1162 m_port = p_port;
1351 testURI.m_host))) && m_port == testURI.m_port && ((m_path == null && testURI.m_path == null) || (m_path != null && testURI.m_path != null && m_path.equals(