Searched refs:BIO_err_is_non_fatal (Results 1 – 8 of 8) sorted by relevance
7 BIO_err_is_non_fatal - send and receive multiple datagrams in a single call30 int BIO_err_is_non_fatal(unsigned int errcode);125 BIO_err_is_non_fatal() determines if a packed error code represents an error180 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 reason213 BIO_err_is_non_fatal() returns 1 if the passed packed error code represents an
103 int BIO_err_is_non_fatal(unsigned int errcode) in BIO_err_is_non_fatal() function
285 if (BIO_err_is_non_fatal(ERR_peek_last_error())) { in demux_recv()
968 if (BIO_err_is_non_fatal(ERR_peek_last_error())) { in ossl_qtx_flush_net()
75 - [`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
791 int BIO_err_is_non_fatal(unsigned int errcode);
688 =item L<BIO_err_is_non_fatal(3)>
5476 BIO_err_is_non_fatal 5604 3_2_0 EXIST::FUNCTION:SOCK
Completed in 38 milliseconds