| 188 | |
| 189 | |
| 190 | int Server::Accept(SOCKET_T s) |
| 191 | { |
| 192 | SetUpBase(pimpl_->base_, server_end, s); |
| 193 | return SSL_accept(pimpl_->base_.ssl_); |
| 194 | } |
| 195 | |
| 196 | |
| 197 | int Server::Write(const void* buffer, int sz) |
nothing calls this directly
no test coverage detected