Home
last modified time | relevance | path

Searched refs:nonblocking (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_do_handshake.pod28 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>
HDSSL_accept.pod26 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>
HDSSL_state_string.pod29 When using nonblocking sockets, the function call performing the handshake
33 For both blocking or nonblocking sockets, the details state information
HDSSL_CTX_set_mode.pod53 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
HDSSL_connect.pod26 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>
HDSSL_set_fd.pod23 inherit the behaviour of B<fd>. If B<fd> is nonblocking, the B<ssl> will
24 also have nonblocking behaviour.
HDSSL_set_bio.pod19 nonblocking then the B<ssl> object will also have nonblocking behaviour. This
HDSSL_shutdown.pod98 If the underlying BIO is B<nonblocking>, SSL_shutdown() will also return
104 The action depends on the underlying BIO. When using a nonblocking socket,
155 It can occur if an action is needed to continue the operation for nonblocking
HDOCSP_sendreq_new.pod46 OCSP_sendreq_nbio() performs nonblocking I/O on the OCSP request context
117 OCSP_sendreq_bio() does not support retries and so cannot handle nonblocking
HDSSL_CTX_set_read_ahead.pod24 many input bytes as possible (for nonblocking reads) or not. For example if
HDSSL_read.pod75 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
HDSSL_write.pod48 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
HDSSL_get_error.pod52 operation from a nonblocking B<BIO>.
64 to a nonblocking B<BIO> and it was unable to sent all data to the B<BIO>.
HDSSL_want.pod36 nonblocking I/O. Error conditions are not handled and must be treated
HDBIO_connect.pod58 Sets the socket to nonblocking mode.
HDBIO_read.pod58 particular when the source/sink is nonblocking or of a certain type
HDSSL_CTX_set_info_callback.pod67 on error or when IO might otherwise block and nonblocking is being used.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDrepos.c1113 svn_boolean_t nonblocking, in lock_repos() argument
1121 err = svn_io_file_lock2(lockfile_path, exclusive, nonblocking, pool); in lock_repos()
1287 svn_boolean_t nonblocking, in get_repos() argument
1307 SVN_ERR(lock_repos(repos, exclusive, nonblocking, result_pool)); in get_repos()
1430 svn_boolean_t nonblocking, in svn_repos_upgrade2() argument
1449 SVN_ERR(get_repos(&repos, path, TRUE, nonblocking, FALSE, NULL, subpool, in svn_repos_upgrade2()
1682 svn_boolean_t nonblocking, in svn_repos_recover4() argument
1697 SVN_ERR(get_repos(&repos, path, TRUE, nonblocking, in svn_repos_recover4()
HDdeprecated.c184 svn_boolean_t nonblocking, in svn_repos_recover3() argument
195 return svn_repos_recover4(path, nonblocking, recovery_started, &rb, in svn_repos_recover3()
201 svn_boolean_t nonblocking, in svn_repos_recover2() argument
206 return svn_repos_recover3(path, nonblocking, in svn_repos_recover2()
221 svn_boolean_t nonblocking, in svn_repos_upgrade() argument
231 return svn_repos_upgrade2(path, nonblocking, recovery_started, &rb, pool); in svn_repos_upgrade()
/freebsd-13-stable/contrib/sendmail/libmilter/
HDworker.c233 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-13-stable/contrib/ldns/
HDacx_nlnetlabs.m47 # 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-13-stable/contrib/unbound/
HDacx_nlnetlabs.m411 # 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-13-stable/contrib/subversion/subversion/include/
HDsvn_repos.h527 svn_boolean_t nonblocking,
542 svn_boolean_t nonblocking,
788 svn_boolean_t nonblocking,
805 svn_boolean_t nonblocking,
820 svn_boolean_t nonblocking,
HDsvn_io.h762 svn_boolean_t nonblocking,
782 svn_boolean_t nonblocking,
/freebsd-13-stable/contrib/libpcap/
HDpcap-dag.c341 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()

123