Searched defs:shutdown_type (Results 1 - 2 of 2) 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_private.h426 ssl_shutdown_type_e shutdown_type; member in struct:__anon334

Completed in 442 milliseconds