MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / set_length

Method set_length

extra/yassl/src/yassl_imp.cpp:749–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747
748
749void HandShakeHeader::set_length(uint32 u32)
750{
751 c32to24(u32, length_);
752}
753
754
755input_buffer& HandShakeHeader::set(input_buffer& in)

Callers 8

buildClientHelloFunction · 0.80
buildServerHelloFunction · 0.80
buildHeadersFunction · 0.80
buildFinishedTLSFunction · 0.80
ProcessMethod · 0.80
yassl_imp.cppFile · 0.80
fillDataMethod · 0.80
PeekDataMethod · 0.80

Calls 1

c32to24Function · 0.85

Tested by

no test coverage detected