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

Method field_value_set_int64

include/proxy/hdrs/MIME.h:1534–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1532}
1533
1534inline void
1535MIMEHdr::field_value_set_int64(MIMEField *field, int64_t value)
1536{
1537 field->value_set_int64(m_heap, m_mime, value);
1538}
1539
1540inline void
1541MIMEHdr::field_value_set_date(MIMEField *field, time_t value)

Callers

nothing calls this directly

Calls 1

value_set_int64Method · 0.80

Tested by

no test coverage detected