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

Method fields_clear

include/proxy/hdrs/MIME.h:1275–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273 -------------------------------------------------------------------------*/
1274
1275inline void
1276MIMEHdr::fields_clear()
1277{
1278 mime_hdr_fields_clear(m_heap, m_mime);
1279}
1280
1281/*-------------------------------------------------------------------------
1282 -------------------------------------------------------------------------*/

Callers 4

HandleApiErrorJumpMethod · 0.80
test_decodingFunction · 0.80
test_encodingFunction · 0.80
test_Hdrs.ccFile · 0.80

Calls 1

mime_hdr_fields_clearFunction · 0.85

Tested by 2

test_decodingFunction · 0.64
test_encodingFunction · 0.64