Searched refs:m_target_in_url (Results 1 – 2 of 2) sorted by relevance
477 mutable bool m_target_in_url = false; ///< Whether host name and port are in the URL. variable778 if (m_target_in_url) { in host_get()808 return m_target_in_url; in is_target_in_url()
1630 m_target_in_url = false; in _fill_target_cache()1635 m_target_in_url = true; in _fill_target_cache()1662 if (!m_target_in_url && m_host_mime && m_host_length) { in set_url_target_from_host_field()1667 m_target_in_url = true; // it's there now. in set_url_target_from_host_field()1707 if (!hdr->m_target_in_url && hdr->m_host_length && hdr->m_host_mime) { in UrlPrintHack()