Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TelegramMessenger/cocoon
/ strm_create
Function
strm_create
tdport/td/net/SslStream.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
#endif
71
72
int strm_create(BIO *b) {
73
BIO_set_init(b, 1);
74
return 1;
75
}
76
77
int strm_destroy(BIO *b) {
78
return 1;
Callers
nothing calls this directly
Calls
1
BIO_set_init
Function · 0.85
Tested by
no test coverage detected