MCPcopy Create free account
hub / github.com/apache/trafficserver / hdrtoken_index_to_prefix

Function hdrtoken_index_to_prefix

include/proxy/hdrs/HdrToken.h:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188inline HdrTokenHeapPrefix *
189hdrtoken_index_to_prefix(int wks_idx)
190{
191 ink_assert(hdrtoken_is_valid_wks_idx(wks_idx));
192 return hdrtoken_wks_to_prefix(hdrtoken_index_to_wks(wks_idx));
193}
194
195/*-------------------------------------------------------------------------
196 -------------------------------------------------------------------------*/

Callers 1

hdrtoken_initFunction · 0.85

Calls 3

hdrtoken_wks_to_prefixFunction · 0.85
hdrtoken_index_to_wksFunction · 0.85

Tested by

no test coverage detected