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

Method value_set_int64

include/proxy/hdrs/MIME.h:1027–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025}
1026
1027inline void
1028MIMEField::value_set_int64(HdrHeap *heap, MIMEHdrImpl *mh, int64_t value)
1029{
1030 mime_field_value_set_int64(heap, mh, this, value);
1031}
1032
1033inline void
1034MIMEField::value_set_date(HdrHeap *heap, MIMEHdrImpl *mh, time_t value)

Calls 2

Tested by

no test coverage detected