Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DURL.cc324 HDR_MARSHAL_STR(m_ptr_scheme, str_xlate, num_xlate); in marshal()
325 HDR_MARSHAL_STR(m_ptr_user, str_xlate, num_xlate); in marshal()
326 HDR_MARSHAL_STR(m_ptr_password, str_xlate, num_xlate); in marshal()
327 HDR_MARSHAL_STR(m_ptr_host, str_xlate, num_xlate); in marshal()
328 HDR_MARSHAL_STR(m_ptr_port, str_xlate, num_xlate); in marshal()
329 HDR_MARSHAL_STR(m_ptr_path, str_xlate, num_xlate); in marshal()
330 HDR_MARSHAL_STR(m_ptr_params, str_xlate, num_xlate); in marshal()
331 HDR_MARSHAL_STR(m_ptr_query, str_xlate, num_xlate); in marshal()
332 HDR_MARSHAL_STR(m_ptr_fragment, str_xlate, num_xlate); in marshal()
H A DHdrHeap.h356 #define HDR_MARSHAL_STR(ptr, table, nentries) \ macro
H A DHTTP.cc1861 HDR_MARSHAL_STR(u.req.m_ptr_method, str_xlate, num_str); in marshal()
1864 HDR_MARSHAL_STR(u.resp.m_ptr_reason, str_xlate, num_str); in marshal()
H A DMIME.cc3676 HDR_MARSHAL_STR(field->m_ptr_name, str_xlate, num_str); in marshal()
3677 HDR_MARSHAL_STR(field->m_ptr_value, str_xlate, num_str); in marshal()