HomeSort by: relevance | last modified time | path
    Searched refs:ERR_peek_error (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/apache2/openssl/dist/test/
asn1_stable_parse_test.c 49 errcode = ERR_peek_error();
prov_config_test.c 61 err = ERR_peek_error();
d2i_test.c 101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE))
cmp_ctx_test.c 375 if (!TEST_int_eq(ERR_peek_error(), 0)) \
378 if ((*set_fn)(NULL, val1) || ERR_peek_error() == 0) { \
385 if ((*get_fn)(NULL) != ERR || ERR_peek_error() == 0) { \
479 if (!TEST_int_eq(ERR_peek_error(), 0)) \
657 if (!TEST_int_eq(ERR_peek_error(), 0)) \
659 if ((*push_fn)(NULL, val1) || ERR_peek_error() == 0) { \
725 if (!TEST_int_eq(ERR_peek_error(), 0)) \
conf_include_test.c 87 || !TEST_int_eq(err = ERR_peek_error(), 0)) {
recordlentest.c 65 long err = ERR_peek_error();
  /src/crypto/external/bsd/openssl/dist/test/
asn1_stable_parse_test.c 50 errcode = ERR_peek_error();
ossl_store_test.c 171 && TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE)
172 && TEST_int_ne(ERR_GET_REASON(ERR_peek_error()),
prov_config_test.c 61 err = ERR_peek_error();
pkcs7_test.c 79 && TEST_int_eq(ERR_peek_error(), 0)
83 && TEST_int_eq(ERR_peek_error(), 0)
85 && TEST_int_eq(ERR_peek_error(), 0);
conf_include_test.c 80 || !TEST_int_eq(err = ERR_peek_error(), 0)) {
d2i_test.c 101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE))
cmp_ctx_test.c 355 if (!TEST_int_eq(ERR_peek_error(), 0)) \
358 if ((*set_fn)(NULL, val1) || ERR_peek_error() == 0) { \
365 if ((*get_fn)(NULL) != ERR || ERR_peek_error() == 0) { \
459 if (!TEST_int_eq(ERR_peek_error(), 0)) \
636 if (!TEST_int_eq(ERR_peek_error(), 0)) \
638 if ((*push_fn)(NULL, val1) || ERR_peek_error() == 0) { \
704 if (!TEST_int_eq(ERR_peek_error(), 0)) \
recordlentest.c 65 long err = ERR_peek_error();
  /src/crypto/external/apache2/openssl/dist/test/testutil/
load.c 77 unsigned long err = ERR_peek_error();
81 && err != ERR_peek_error()) {
  /src/crypto/external/bsd/openssl/dist/test/testutil/
load.c 77 unsigned long err = ERR_peek_error();
81 && err != ERR_peek_error()) {
  /src/crypto/external/apache2/openssl/dist/demos/bio/
sconnect.c 124 if (ERR_peek_error() == 0) { /* system call error */
  /src/crypto/external/bsd/openssl/dist/demos/bio/
sconnect.c 118 if (ERR_peek_error() == 0) { /* system call error */
  /src/crypto/external/bsd/openssl.old/dist/demos/bio/
sconnect.c 119 if (ERR_peek_error() == 0) { /* system call error */
  /src/crypto/external/bsd/openssl.old/dist/apps/
pkeyparam.c 118 while ((err = ERR_peek_error()) != 0) {
pkey.c 177 while ((err = ERR_peek_error()) != 0) {
  /src/crypto/external/bsd/openssl.old/dist/test/
conf_include_test.c 77 || !TEST_int_eq(err = ERR_peek_error(), 0)) {
d2i_test.c 101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE))
recordlentest.c 65 long err = ERR_peek_error();
  /src/external/mpl/dhcp/bind/dist/lib/dns/
openssl_link.c 121 unsigned long err = ERR_peek_error();

Completed in 37 milliseconds

1 2 3 4 5