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

Function nextDuplicate

plugins/cachekey/cachekey.cc:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static TSMLoc
134nextDuplicate(TSMBuffer buffer, TSMLoc hdr, TSMLoc field)
135{
136 TSMLoc next = TSMimeHdrFieldNextDup(buffer, hdr, field);
137 TSHandleMLocRelease(buffer, hdr, field);
138 return next;
139}
140
141/**
142 * @brief Iterates through all User-Agent headers and fields and classifies them using provided classifier.

Callers 3

classifyUserAgentFunction · 0.70
processHeaderMethod · 0.70
appendCookiesMethod · 0.70

Calls 2

TSMimeHdrFieldNextDupFunction · 0.85
TSHandleMLocReleaseFunction · 0.85

Tested by

no test coverage detected