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

Function Create

library/cpp/openssl/method/io.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 int Create(BIO* bio) noexcept {
47 BIO_set_data(bio, nullptr);
48 BIO_set_init(bio, 1);
49 return 1;
50 }
51
52 int Destroy(BIO* bio) noexcept {
53 BIO_set_data(bio, nullptr);

Callers 15

CreateNewSmallPacketMethod · 0.50
CreateNewPacketMethod · 0.50
CreateMethod · 0.50
THolderMethod · 0.50
TCrcUtilSse4Method · 0.50
CopyMethod · 0.50
TArray2DMethod · 0.50
SetSizesMethod · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
RunMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected