Home | History | Annotate | Download | only in utils

Lines Matching refs:m_host

122   private String m_host = null;
342 m_host = p_other.getHost();
457 m_host = "";
478 if (m_path.length() == 0 && m_scheme == null && m_host == null)
482 m_host = p_base.getHost();
503 if (m_host == null)
506 m_host = p_base.getHost();
885 if (m_userinfo != null || m_host != null || m_port != -1)
896 if (m_host != null)
898 schemespec.append(m_host);
944 return m_host;
1070 if (m_host == null)
1123 m_host = p_host;
1132 m_host = p_host;
1151 if (m_host == null)
1350 testURI.m_userinfo))) && ((m_host == null && testURI.m_host == null) || (m_host != null && testURI.m_host != null && m_host.equals(
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(
1396 return (m_host != null);