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

Method value_append

include/proxy/hdrs/MIME.h:1051–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049 -------------------------------------------------------------------------*/
1050
1051inline void
1052MIMEField::value_append(HdrHeap *heap, MIMEHdrImpl *mh, const char *value, int length, bool prepend_comma, const char separator)
1053{
1054 mime_field_value_append(heap, mh, this, value, length, prepend_comma, separator);
1055}
1056
1057/*-------------------------------------------------------------------------
1058 -------------------------------------------------------------------------*/

Calls 2

mime_field_value_appendFunction · 0.85
value_setMethod · 0.45

Tested by

no test coverage detected