/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_do_handshake.pod | 28 If the underlying BIO is B<nonblocking>, SSL_do_handshake() will also return 34 The action depends on the underlying BIO. When using a nonblocking socket, 61 for nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
|
H A D | SSL_accept.pod | 26 If the underlying BIO is B<nonblocking>, SSL_accept() will also return 33 The action depends on the underlying BIO. When using a nonblocking socket, 60 for nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
|
H A D | SSL_state_string.pod | 29 When using nonblocking sockets, the function call performing the handshake 33 For both blocking or nonblocking sockets, the details state information
|
H A D | SSL_CTX_set_mode.pod | 53 avoid the misconception that nonblocking SSL_write() behaves like 54 nonblocking write(). 67 In a nonblocking environment applications must be prepared to handle 69 Setting B<SSL_MODE_AUTO_RETRY> for a nonblocking B<BIO> will process
|
H A D | SSL_connect.pod | 26 If the underlying BIO is B<nonblocking>, SSL_connect() will also return 33 The action depends on the underlying BIO. When using a nonblocking socket, 75 for nonblocking BIOs. Call SSL_get_error() with the return value B<ret>
|
H A D | SSL_set_fd.pod | 23 inherit the behaviour of B<fd>. If B<fd> is nonblocking, the B<ssl> will 24 also have nonblocking behaviour.
|
H A D | SSL_shutdown.pod | 57 If the underlying BIO is B<nonblocking>, SSL_shutdown() will also return 63 The action depends on the underlying BIO. When using a nonblocking socket, 153 It can occur if an action is needed to continue the operation for nonblocking
|
H A D | SSL_set_bio.pod | 19 nonblocking then the B<ssl> object will also have nonblocking behaviour. This
|
H A D | BIO_socket_wait.pod | 37 For nonblocking and potentially even non-socket BIOs it polls
|
H A D | SSL_CTX_set_read_ahead.pod | 24 many input bytes as possible (for nonblocking reads) or not. For example if
|
H A D | SSL_read.pod | 75 If the underlying BIO is B<nonblocking>, a read function will also return when 86 When using a nonblocking socket, nothing is to be done, but select() can be
|
H A D | SSL_write.pod | 48 If the underlying BIO is B<nonblocking> the write functions will also return 56 nonblocking socket, nothing is to be done, but select() can be used to check
|
H A D | SSL_get_error.pod | 66 operation from a nonblocking B<BIO>. 78 to a nonblocking B<BIO> and it was unable to sent all data to the B<BIO>.
|
H A D | SSL_want.pod | 37 nonblocking I/O. Error conditions are not handled and must be treated
|
H A D | BIO_connect.pod | 58 Sets the socket to nonblocking mode.
|
H A D | SSL_set_async_callback.pod | 90 callback function is small and nonblocking as it will be run in the context of
|
H A D | SSL_CTX_set_info_callback.pod | 71 on error or when IO might otherwise block and nonblocking is being used.
|
H A D | BIO_read.pod | 85 particular when the source/sink is nonblocking or of a certain type
|
H A D | DTLSv1_listen.pod | 118 example) be because of nonblocking IO, or some invalid message having been
|
H A D | BIO_s_bio.pod | 170 connection, it behaves nonblocking and will return as soon as the write
|
H A D | BIO_s_accept.pod | 154 If the underlying accept socket is nonblocking and BIO_do_accept() is
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | worker.c | 233 nonblocking(int fd, const char *name) in nonblocking() function 287 r = nonblocking(WR_PIPE, "WR_PIPE"); in mi_pool_controller_init() 290 r = nonblocking(RD_PIPE, "RD_PIPE"); in mi_pool_controller_init()
|
/freebsd/contrib/ldns/ |
H A D | acx_nlnetlabs.m4 | 7 # 2021-06-14 fix nonblocking test to use host instead of target for mingw test. 8 # 2021-05-17 fix nonblocking socket test from grep on mingw32 to mingw for 81 # ACX_CHECK_NONBLOCKING_BROKEN - see if nonblocking sockets really work. 921 dnl check if select and nonblocking sockets actually work. 924 dnl a nonblocking socket do not work, a new call to select is necessary. 927 AC_MSG_CHECKING([if nonblocking sockets work]) 930 …ING_IS_BROKEN], 1, [Define if the network stack does not fully support nonblocking io (causes lowe… 965 /* test if select and nonblocking reads work well together */ 969 then try to nonblocking read the 10 messages 970 then, nonblocking read must give EAGAIN [all …]
|
/freebsd/contrib/unbound/ |
H A D | acx_nlnetlabs.m4 | 11 # 2022-09-01 fix checking if nonblocking sockets work on OpenBSD. 16 # 2021-06-14 fix nonblocking test to use host instead of target for mingw test. 17 # 2021-05-17 fix nonblocking socket test from grep on mingw32 to mingw for 90 # ACX_CHECK_NONBLOCKING_BROKEN - see if nonblocking sockets really work. 1003 dnl check if select and nonblocking sockets actually work. 1006 dnl a nonblocking socket do not work, a new call to select is necessary. 1009 AC_MSG_CHECKING([if nonblocking sockets work]) 1012 …ING_IS_BROKEN], 1, [Define if the network stack does not fully support nonblocking io (causes lowe… 1050 /* test if select and nonblocking reads work well together */ 1054 then try to nonblocking read the 10 messages [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dag.c | 341 unsigned int nonblocking = pd->dag_flags & DAGF_NONBLOCK; in dag_read() local 376 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read() 382 if(!nonblocking && in dag_read()
|