MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / SSL_pending

Function SSL_pending

extra/yassl/src/ssl.cpp:1444–1451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442
1443
1444int SSL_pending(SSL* ssl)
1445{
1446 // Just in case there's pending data that hasn't been processed yet...
1447 char c;
1448 SSL_peek(ssl, &c, 1);
1449
1450 return ssl->bufferedData();
1451}
1452
1453
1454void SSL_CTX_set_default_passwd_cb(SSL_CTX* ctx, pem_password_cb cb)

Callers

nothing calls this directly

Calls 2

SSL_peekFunction · 0.85
bufferedDataMethod · 0.80

Tested by

no test coverage detected