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

Method length

src/proxy/http3/Http3Frame.cc:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47//
48
49int
50Http3Frame::length(const uint8_t *buf, size_t buf_len, uint64_t &length)
51{
52 size_t length_field_length = 0;
53 return QUICVariableInt::decode(length, length_field_length, buf, buf_len);
54}
55
56Http3FrameType
57Http3Frame::type(const uint8_t *buf, size_t buf_len)

Callers 15

total_lengthMethod · 0.95
IpAllowMethod · 0.45
do_remap_requestMethod · 0.45
do_http_server_openMethod · 0.45
validate_sniMethod · 0.45
validate_certMethod · 0.45
mimefield_value_equalFunction · 0.45
HandleRequestMethod · 0.45

Calls

no outgoing calls

Tested by 8

getTemporaryDirFunction · 0.36
unpackFunction · 0.36
compare_header_fieldsFunction · 0.36
test_decodingFunction · 0.36
test_encodingFunction · 0.36
prepareFunction · 0.36
load_qif_fileFunction · 0.36
output_decoded_headersFunction · 0.36