Home
last modified time | relevance | path

Searched refs:hdrtoken_is_wks (Results 1 – 6 of 6) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHdrToken.h115 hdrtoken_is_wks(const char *str) in hdrtoken_is_wks() function
139 ink_assert(hdrtoken_is_wks(wks)); in hdrtoken_wks_to_prefix()
201 ink_assert(hdrtoken_is_wks(wks)); in hdrtoken_wks_to_index()
208 ink_assert(hdrtoken_is_wks(wks)); in hdrtoken_wks_to_length()
215 ink_assert(hdrtoken_is_wks(wks)); in hdrtoken_wks_to_token_type()
222 ink_assert(hdrtoken_is_wks(wks)); in hdrtoken_wks_to_slotid()
229 ink_assert(hdrtoken_is_wks(wks)); in hdrtoken_wks_to_mask()
237 ink_assert(hdrtoken_is_wks(wks)); in hdrtoken_wks_to_flags()
H A DHdrToken.cc561 if (hdrtoken_is_wks(string)) { in hdrtoken_method_tokenize()
586 if (hdrtoken_is_wks(string)) { in hdrtoken_tokenize()
H A DHTTP.h1186 ink_assert(hdrtoken_is_wks(cc_directive_wks)); in is_cache_control_set()
H A DMIME.h825 if (hdrtoken_is_wks(name)) { in name_set()
H A DMIME.cc1316 const bool is_wks = hdrtoken_is_wks(field_name_str); in mime_hdr_field_find()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransactHeaders.cc63 if (!hdrtoken_is_wks(field_name)) { in is_this_a_hop_by_hop_header()
123 ink_assert(hdrtoken_is_wks(method_wks)); in insert_supported_methods_in_response()