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

Method read

src/proxy/hdrs/XPACK.cc:554–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void
555XpackDynamicTableStorage::read(uint32_t offset, const char **name, uint32_t name_len, const char **value,
556 uint32_t /* value_len ATS_UNUSED */) const
557{
558 *name = reinterpret_cast<const char *>(this->_data + offset);
559 *value = reinterpret_cast<const char *>(this->_data + offset + name_len);
560}
561
562uint32_t
563XpackDynamicTableStorage::write(const char *name, uint32_t name_len, const char *value, uint32_t value_len)

Callers 15

validate_schemaFunction · 0.45
main_event_handlerMethod · 0.45
CheckSnapFileVersionFunction · 0.45
lookupMethod · 0.45
test_XPACK.ccFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
check_sessionFunction · 0.45
query_atsFunction · 0.45
subcookie.test.pyFile · 0.45

Calls

no outgoing calls

Tested by 7

check_sessionFunction · 0.36
__setupClientMethod · 0.36
check_sessionFunction · 0.36
checkSessionFunction · 0.36
get_expected_bytesFunction · 0.36
check_byte_countFunction · 0.36