sslRead 959 cygnal/libnet/network.cpp ret = _ssl->sslRead(buffer, nbytes); sslRead 126 cygnal/libnet/sslclient.cpp return sslRead(buf.reference(), buf.allocated()); sslRead 62 cygnal/libnet/sslclient.h int sslRead(cygnal::Buffer &buf); sslRead 63 cygnal/libnet/sslclient.h int sslRead(boost::uint8_t *buf, size_t length); sslRead 64 cygnal/libnet/sslclient.h int sslRead(std::string &buf); sslRead 239 testsuite/network.all/test_ssl.cpp if ((ret = client.sslRead(buf)) > 0) {