Searched defs:pssl (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_io.c106 SSL *pssl; member in struct:__anon316
634 if (!inctx->filter_ctx->pssl) {
646 rc = SSL_read(inctx->filter_ctx->pssl, buf + bytes, wanted - bytes);
685 int ssl_err = SSL_get_error(inctx->filter_ctx->pssl, rc);
686 conn_rec *c = (conn_rec*)SSL_get_app_data(inctx->filter_ctx->pssl);
811 if (filter_ctx->pssl == NULL) {
816 res = SSL_write(filter_ctx->pssl, (unsigned char *)data, len);
819 int ssl_err = SSL_get_error(filter_ctx->pssl, res);
820 conn_rec *c = (conn_rec*)SSL_get_app_data(outctx->filter_ctx->pssl);
868 if (SSL_total_renegotiations(filter_ctx->pssl)) {
[all...]

Completed in 35 milliseconds