Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ ERR_error_string_n
Function
ERR_error_string_n
extra/yassl/src/ssl.cpp:1238–1241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1236
1237
1238
void ERR_error_string_n(unsigned long e, char *buf, size_t len)
1239
{
1240
if (len) ERR_error_string(e, buf);
1241
}
1242
1243
1244
void ERR_free_strings(void)
Callers
1
send_client_reply_packet
Function · 0.85
Calls
1
ERR_error_string
Function · 0.85
Tested by
no test coverage detected