Searched refs:ERR_peek_error (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/OpenSSL098-52/src/demos/bio/
H A Dsconnect.c108 if (ERR_peek_error() == 0) /* system call error */
/macosx-10.10/OpenSSL098-52/src/demos/eay/
H A Dconn.c92 if (ERR_peek_error() == 0) /* system call error */
/macosx-10.10/OpenSSL098-52/src/apps/
H A Drsa.c322 while ((err = ERR_peek_error()) != 0 &&
332 if (r == -1 || ERR_peek_error() != 0) /* should happen only if r == -1 */
H A Dreq.c846 if ((ERR_GET_REASON(ERR_peek_error()) ==
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_d2i_fp.c198 e=ERR_GET_REASON(ERR_peek_error());
/macosx-10.10/OpenSSL098-52/src/crypto/err/
H A Derr.c209 unsigned long ERR_peek_error(void) function
H A Derr.h268 unsigned long ERR_peek_error(void);
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Dmd_rand.c532 err = ERR_peek_error();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Derr.h247 unsigned long ERR_peek_error(void );
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsetup-vms.h225 #define ERR_peek_error ERR_PEEK_ERROR macro
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs7/
H A Dbio_ber.c205 (ERR_GET_REASON(ERR_peek_error()) == ASN1_R_TOO_LONG))
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Derr.h268 unsigned long ERR_peek_error(void);
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_util_ssl.c505 if ((err = ERR_peek_error()) > 0) {
H A Dssl_engine_io.c1199 else if (ERR_GET_LIB(ERR_peek_error()) == ERR_LIB_SSL &&
1200 ERR_GET_REASON(ERR_peek_error()) == SSL_R_HTTP_REQUEST) {
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_client.c972 if (ERR_peek_error() != 0) {
H A Dtls_server.c781 if (ERR_peek_error() != 0) {
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl.c303 e = ERR_peek_error();
H A Dossl_ocsp.c253 if(!result) rb_warn("%s", ERR_error_string(ERR_peek_error(), NULL));
609 if(!result) rb_warn("%s", ERR_error_string(ERR_peek_error(), NULL));
H A Dossl_pkcs7.c789 if(ERR_peek_error()){
/macosx-10.10/OpenSSL098-52/src/crypto/pem/
H A Dpem_lib.c237 if(ERR_GET_REASON(ERR_peek_error()) ==
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_rsa.c734 if (ERR_peek_error() != 0)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/err/
H A Derr.c436 unsigned long ERR_peek_error(void) function
/macosx-10.10/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c771 if (!ERR_peek_error())
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c751 rc = ERR_peek_error();
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1554 ERR_error_string(ERR_peek_error(), NULL));

Completed in 395 milliseconds

12