Searched refs:sslfd (Results 1 – 1 of 1) sorted by relevance
260 PRFileDesc *sslfd = NULL; in do_ldapssl_connect() local388 if (( sslfd = SSL_ImportFD( NULL, soi.soinfo_prfd )) == NULL ) { in do_ldapssl_connect()392 if ( SSL_OptionSet( sslfd, SSL_SECURITY, secure ) != SECSuccess || in do_ldapssl_connect()393 SSL_OptionSet( sslfd, SSL_HANDSHAKE_AS_CLIENT, secure ) in do_ldapssl_connect()394 != SECSuccess || ( secure && SSL_ResetHandshake( sslfd, in do_ldapssl_connect()403 soi.soinfo_prfd = sslfd; in do_ldapssl_connect()414 if (SSL_SetURL(sslfd, host) != SECSuccess) in do_ldapssl_connect()420 sslfd = NULL; /* so we don't close the socket twice upon error */ in do_ldapssl_connect()440 if ( NULL != sslfd ) { in do_ldapssl_connect()441 PR_Close( sslfd ); in do_ldapssl_connect()[all …]