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

Method set_current

extra/yassl/src/buffer.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164
165void input_buffer::set_current(uint i)
166{
167 if (error_ == 0 && i && check(i - 1, size_) == 0)
168 current_ = i;
169 else
170 error_ = -1;
171}
172
173
174// read only access through [], advance current

Callers 10

decrypt_messageFunction · 0.80
cipherFinishedFunction · 0.80
buildMessageFunction · 0.80
PRFFunction · 0.80
readMethod · 0.80
ProcessMethod · 0.80
yassl_imp.cppFile · 0.80
makeMasterSecretMethod · 0.80
PeekDataMethod · 0.80
DeCompressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected