Home
last modified time | relevance | path

Searched refs:m_ptr_password (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DURL.cc272 d_url->m_ptr_password = nullptr; in url_nuke_proxy_stuff()
326 HDR_MARSHAL_STR(m_ptr_password, str_xlate, num_xlate); in marshal()
342 HDR_UNMARSHAL_STR(m_ptr_password, offset); in unmarshal()
357 m_ptr_password = new_heap->localize({m_ptr_password, m_len_password}).data(); in rehome_strings()
372 HDR_MOVE_STR(m_ptr_password, m_len_password); in move_strings()
721 return url->m_ptr_password; in url_password_get()
823 if (url->m_ptr_password) { in url_length_get()
899 if (url->m_ptr_password) { in url_to_string()
1619 if (url->m_ptr_password) { in url_print()
1683 (obj->m_ptr_password ? obj->m_ptr_password : "NULL"), obj->m_len_password); in url_describe()
[all …]
H A DURL.h59 const char *m_ptr_password; member
569 return m_url_impl->m_ptr_password; in password_get()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_cache_tool/
H A DCacheScan.cc112 HDR_UNMARSHAL_STR(obj->m_ptr_password, offset); in unmarshal()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.cc8092 … clientUrl.password_set(origUrl.m_url_impl->m_ptr_password, origUrl.m_url_impl->m_len_password); in redirect_request()