Home | History | Annotate | Download | only in utils

Lines Matching defs:m_port

129   private int m_port = -1;
346 m_port = p_other.getPort();
463 m_port = p_base.getPort();
487 m_port = p_base.getPort();
865 if (m_userinfo != null || m_host != null || m_port != -1)
881 if (m_port != -1)
884 schemespec.append(m_port);
934 return m_port;
1105 m_port = -1;
1142 m_port = p_port;
1331 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(