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

Method value_set_int

include/proxy/hdrs/MIME.h:1015–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015inline void
1016MIMEField::value_set_int(HdrHeap *heap, MIMEHdrImpl *mh, int32_t value)
1017{
1018 mime_field_value_set_int(heap, mh, this, value);
1019}
1020
1021inline void
1022MIMEField::value_set_uint(HdrHeap *heap, MIMEHdrImpl *mh, uint32_t value)

Callers 3

build_requestMethod · 0.80
field_value_set_intMethod · 0.80

Calls 2

mime_field_value_set_intFunction · 0.85

Tested by

no test coverage detected