Searched refs:shutdown_type (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_io.c975 int shutdown_type; local
1020 shutdown_type = SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN;
1025 else switch (sslconn->shutdown_type) {
1029 shutdown_type = SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN;
1036 shutdown_type = 0;
1047 shutdown_type = SSL_RECEIVED_SHUTDOWN;
1053 SSL_set_shutdown(ssl, shutdown_type);
H A Dssl_engine_kernel.c251 if (sslconn->shutdown_type == SSL_SHUTDOWN_TYPE_UNSET) {
269 sslconn->shutdown_type = SSL_SHUTDOWN_TYPE_STANDARD;
283 sslconn->shutdown_type = SSL_SHUTDOWN_TYPE_UNCLEAN;
286 sslconn->shutdown_type = SSL_SHUTDOWN_TYPE_ACCURATE;
H A Dssl_private.h426 ssl_shutdown_type_e shutdown_type; member in struct:__anon334

Completed in 28 milliseconds