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

Method value_set

include/proxy/hdrs/MIME.h:1009–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007 -------------------------------------------------------------------------*/
1008
1009inline void
1010MIMEField::value_set(HdrHeap *heap, MIMEHdrImpl *mh, const char *value, int length)
1011{
1012 mime_field_value_set(heap, mh, this, value, length, true);
1013}
1014
1015inline void
1016MIMEField::value_set_int(HdrHeap *heap, MIMEHdrImpl *mh, int32_t value)

Calls 2

mime_field_value_setFunction · 0.85

Tested by 3

test_decodingFunction · 0.36
test_encodingFunction · 0.36
add_field_value_to_hdrFunction · 0.36