Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
749
void HandShakeHeader::set_length(uint32 u32)
750
{
751
c32to24(u32, length_);
752
}
753
754
755
input_buffer& HandShakeHeader::set(input_buffer& in)
Callers
8
buildClientHello
Function · 0.80
buildServerHello
Function · 0.80
buildHeaders
Function · 0.80
buildFinishedTLS
Function · 0.80
Process
Method · 0.80
yassl_imp.cpp
File · 0.80
fillData
Method · 0.80
PeekData
Method · 0.80
Calls
1
c32to24
Function · 0.85
Tested by
no test coverage detected