Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DURL.cc271 d_url->m_ptr_user = nullptr; in url_nuke_proxy_stuff()
325 HDR_MARSHAL_STR(m_ptr_user, str_xlate, num_xlate); in marshal()
341 HDR_UNMARSHAL_STR(m_ptr_user, offset); in unmarshal()
356 m_ptr_user = new_heap->localize({m_ptr_user, m_len_user}).data(); in rehome_strings()
371 HDR_MOVE_STR(m_ptr_user, m_len_user); in move_strings()
711 return url->m_ptr_user; in url_user_get()
821 if (url->m_ptr_user) { in url_length_get()
896 if (url->m_ptr_user) { in url_to_string()
1617 if (url->m_ptr_user) { in url_print()
1681 …p", "\tUSER: \"%.*s\", USER_LEN: %d,", obj->m_len_user, (obj->m_ptr_user ? obj->m_ptr_user : "NULL… in url_describe()
[all …]
H A DURL.h58 const char *m_ptr_user; member
548 return m_url_impl->m_ptr_user; in user_get()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_cache_tool/
H A DCacheScan.cc111 HDR_UNMARSHAL_STR(obj->m_ptr_user, offset); in unmarshal()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.cc8091 clientUrl.user_set(origUrl.m_url_impl->m_ptr_user, origUrl.m_url_impl->m_len_user); in redirect_request()