Home
last modified time | relevance | path

Searched refs:m_client_req_unmapped_url_host_str (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogAccess.cc70 m_client_req_unmapped_url_host_str(nullptr), in LogAccess()
1182 if (buf && m_client_req_unmapped_url_host_str) { in set_client_req_unmapped_url_host()
1184 ink_strlcpy(m_client_req_unmapped_url_host_str, buf, m_client_req_unmapped_url_host_len + 1); in set_client_req_unmapped_url_host()
1488 …if (m_client_req_unmapped_url_path_str == nullptr && m_client_req_unmapped_url_host_str == nullptr… in validate_unmapped_url_path()
1493 m_client_req_unmapped_url_host_str = INVALID_STR; in validate_unmapped_url_path()
1503 m_client_req_unmapped_url_host_str = &m_client_req_unmapped_url_canon_str[len]; in validate_unmapped_url_path()
1508 …memchr((void *)m_client_req_unmapped_url_host_str, '/', m_client_req_unmapped_url_path_len))) != n… in validate_unmapped_url_path()
1509 … m_client_req_unmapped_url_host_len = static_cast<int>(c - m_client_req_unmapped_url_host_str); in validate_unmapped_url_path()
1510 …m_client_req_unmapped_url_path_str = &m_client_req_unmapped_url_host_str[m_client_req_unmapped_url… in validate_unmapped_url_path()
1693 marshal_mem(buf, m_client_req_unmapped_url_host_str, m_client_req_unmapped_url_host_len, len); in marshal_client_req_unmapped_url_host()
H A DLogAccess.h369 char *m_client_req_unmapped_url_host_str; variable