Home | History | Annotate | Download | only in utils

Lines Matching refs:m_host

125   private String m_host = null;
345 m_host = p_other.getHost();
437 m_host = "";
458 if (m_path.length() == 0 && m_scheme == null && m_host == null)
462 m_host = p_base.getHost();
483 if (m_host == null)
486 m_host = p_base.getHost();
865 if (m_userinfo != null || m_host != null || m_port != -1)
876 if (m_host != null)
878 schemespec.append(m_host);
924 return m_host;
1050 if (m_host == null)
1103 m_host = p_host;
1112 m_host = p_host;
1131 if (m_host == null)
1330 testURI.m_userinfo))) && ((m_host == null && testURI.m_host == null) || (m_host != null && testURI.m_host != null && m_host.equals(
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(
1376 return (m_host != null);