Searched refs:quiet_shutdown (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_lib.c310 s->quiet_shutdown=ctx->quiet_shutdown;
1500 ret->quiet_shutdown=0;
2361 ret->quiet_shutdown = s->quiet_shutdown;
2538 ctx->quiet_shutdown=mode;
2543 return(ctx->quiet_shutdown);
2548 s->quiet_shutdown=mode;
2553 return(s->quiet_shutdown);
H A Dssl.h778 int quiet_shutdown; member in struct:ssl_ctx_st
922 int quiet_shutdown;/* don't send shutdown packets */ member in struct:ssl_st
H A Ds3_lib.c2469 if ((s->quiet_shutdown) || (s->state == SSL_ST_BEFORE))
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h778 int quiet_shutdown; member in struct:ssl_ctx_st
922 int quiet_shutdown;/* don't send shutdown packets */ member in struct:ssl_st

Completed in 147 milliseconds