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

/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/example/
H A Dasync_https_server.pl69 $SSL_ERROR == SSL_WANT_READ ? EV_READ :
136 if ( $SSL_ERROR == SSL_WANT_READ ) {
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dnonblock.t172 if ( $SSL_ERROR == SSL_WANT_READ ) {
235 } elsif ( $SSL_ERROR == SSL_WANT_READ ) {
350 if ( $SSL_ERROR == SSL_WANT_READ ) {
394 if ( $SSL_ERROR == SSL_WANT_READ ) {
H A Dcore.t328 print "not " if $SSL_ERROR != SSL_WANT_READ;
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm52 use constant SSL_WANT_READ => dualvar( \$x, 'SSL wants a read first' ); constant
57 SSL_WANT_READ SSL_WANT_WRITE SSL_VERIFY_NONE SSL_VERIFY_PEER
343 $err == Net::SSLeay::ERROR_WANT_READ() ? SSL_WANT_READ :
468 $SSL_ERROR == SSL_WANT_READ ? select( $vec,undef,undef,$timeout) :
623 $SSL_ERROR == SSL_WANT_READ ? select( $vec,undef,undef,$timeout) :
1385 sub want_read { shift->errstr == SSL_WANT_READ }
2275 variable $SSL_ERROR against the exported symbols SSL_WANT_READ and SSL_WANT_WRITE.
2310 SSL_WANT_READ or SSL_WANT_WRITE. In this case the call should be retried again with

Completed in 99 milliseconds