MCPcopy 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
1238void ERR_error_string_n(unsigned long e, char *buf, size_t len)
1239{
1240 if (len) ERR_error_string(e, buf);
1241}
1242
1243
1244void ERR_free_strings(void)

Callers 1

send_client_reply_packetFunction · 0.85

Calls 1

ERR_error_stringFunction · 0.85

Tested by

no test coverage detected