MCPcopy Create free account
hub / github.com/catboost/catboost / Ctrl

Function Ctrl

library/cpp/openssl/method/io.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 long Ctrl(BIO* bio, int cmd, long larg, void* parg) noexcept {
43 return ExceptionBoundary(bio, &TAbstractIO::Ctrl, -1, cmd, larg, parg);
44 }
45
46 int Create(BIO* bio) noexcept {
47 BIO_set_data(bio, nullptr);

Callers

nothing calls this directly

Calls 1

ExceptionBoundaryFunction · 0.85

Tested by

no test coverage detected