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

Method object_size_set

include/proxy/hdrs/HTTP.h:1507–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505}
1506
1507inline void
1508HTTPInfo::object_size_set(int64_t size)
1509{
1510 int32_t *pi = reinterpret_cast<int32_t *>(&size);
1511 m_alt->m_object_size[0] = pi[0];
1512 m_alt->m_object_size[1] = pi[1];
1513}
1514
1515inline HTTPInfo::FragOffset *
1516HTTPInfo::get_frag_table()

Callers 4

openReadFromWriterMethod · 0.80
update_header_infoFunction · 0.80
set_http_infoMethod · 0.80
TSCacheHttpInfoSizeSetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected