Home
last modified time | relevance | path

Searched refs:BIO_err_is_non_fatal (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DBIO_sendmmsg.pod7 BIO_err_is_non_fatal - send and receive multiple datagrams in a single call
30 int BIO_err_is_non_fatal(unsigned int errcode);
125 BIO_err_is_non_fatal() determines if a packed error code represents an error
180 failure; use BIO_err_is_non_fatal() instead (discussed below).
194 to BIO_err_is_non_fatal(). Callers should do this instead of testing the reason
213 BIO_err_is_non_fatal() returns 1 if the passed packed error code represents an
/openssl/crypto/bio/
H A Dbio_err.c103 int BIO_err_is_non_fatal(unsigned int errcode) in BIO_err_is_non_fatal() function
/openssl/ssl/quic/
H A Dquic_demux.c285 if (BIO_err_is_non_fatal(ERR_peek_last_error())) { in demux_recv()
H A Dquic_record_tx.c968 if (BIO_err_is_non_fatal(ERR_peek_last_error())) { in ossl_qtx_flush_net()
/openssl/doc/designs/quic-design/
H A Dquic-api.md75 - [`BIO_err_is_non_fatal`](#-bio-err-is-non-fatal-)
110 | New | `BIO_err_is_non_fatal` | Done |
1402 #### `BIO_err_is_non_fatal`
1404 A new predicate function `BIO_err_is_non_fatal` is defined which determines if
/openssl/include/openssl/
H A Dbio.h.in791 int BIO_err_is_non_fatal(unsigned int errcode);
/openssl/doc/man7/
H A Dopenssl-quic.pod688 =item L<BIO_err_is_non_fatal(3)>
/openssl/util/
H A Dlibcrypto.num5476 BIO_err_is_non_fatal 5604 3_2_0 EXIST::FUNCTION:SOCK

Completed in 53 milliseconds