Searched refs:nonblocking (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/libmilter/
H A Dworker.c222 ** NONBLOCKING -- set nonblocking mode for a file descriptor.
233 nonblocking(int fd, const char *name) function
287 r = nonblocking(WR_PIPE, "WR_PIPE");
290 r = nonblocking(RD_PIPE, "RD_PIPE");
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1286 svn_boolean_t nonblocking,
1294 err = svn_io_file_lock2(lockfile_path, exclusive, nonblocking, pool);
1451 svn_boolean_t nonblocking,
1468 SVN_ERR(lock_repos(repos, exclusive, nonblocking, pool));
1541 svn_boolean_t nonblocking,
1556 SVN_ERR(get_repos(&repos, path, TRUE, nonblocking, FALSE, NULL, subpool));
1714 svn_boolean_t nonblocking,
1729 SVN_ERR(get_repos(&repos, path, TRUE, nonblocking,
1283 lock_repos(svn_repos_t *repos, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
1447 get_repos(svn_repos_t **repos_p, const char *path, svn_boolean_t exclusive, svn_boolean_t nonblocking, svn_boolean_t open_fs, apr_hash_t *fs_config, apr_pool_t *pool) argument
1539 svn_repos_upgrade2(const char *path, svn_boolean_t nonblocking, svn_repos_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool) argument
1712 svn_repos_recover4(const char *path, svn_boolean_t nonblocking, svn_repos_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void * cancel_baton, apr_pool_t *pool) argument
H A Ddeprecated.c171 svn_boolean_t nonblocking,
182 return svn_repos_recover4(path, nonblocking, recovery_started, &rb,
188 svn_boolean_t nonblocking,
193 return svn_repos_recover3(path, nonblocking,
208 svn_boolean_t nonblocking,
218 return svn_repos_upgrade2(path, nonblocking, recovery_started, &rb, pool);
169 svn_repos_recover3(const char *path, svn_boolean_t nonblocking, svn_error_t *(*start_callback)(void *baton), void *start_callback_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
186 svn_repos_recover2(const char *path, svn_boolean_t nonblocking, svn_error_t *(*start_callback)(void *baton), void *start_callback_baton, apr_pool_t *pool) argument
206 svn_repos_upgrade(const char *path, svn_boolean_t nonblocking, svn_error_t *(*start_callback)(void *baton), void *start_callback_baton, apr_pool_t *pool) argument
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_repos.h431 * If @a nonblocking is TRUE, an error of type EWOULDBLOCK is
457 svn_boolean_t nonblocking,
472 svn_boolean_t nonblocking,
605 * If @a nonblocking is TRUE, an error of type EWOULDBLOCK is
625 svn_boolean_t nonblocking,
642 svn_boolean_t nonblocking,
657 svn_boolean_t nonblocking,
663 * Similar to svn_repos_recover2(), but with nonblocking set to FALSE, and
H A Dsvn_io.h713 * If @a nonblocking is TRUE, do not wait for the lock if it
724 svn_boolean_t nonblocking,
731 * If @a nonblocking is TRUE, do not wait for the lock if it
744 svn_boolean_t nonblocking,
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-dag.c227 unsigned int nonblocking = flags & DAGF_NONBLOCK; local
266 if (nonblocking && (p->md.dag_mem_top - p->md.dag_mem_bottom < dag_record_size))
272 if(!nonblocking &&
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Devutil.c313 u_long nonblocking = 1; local
314 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) {
945 * the blocking and nonblocking resolver:
2489 * to make the socket nonblocking or close-on-exec with as few syscalls as
2527 * make the socket nonblocking or close-on-exec with as few syscalls as
2566 * fd[0] get read from fd[1]. Make both fds nonblocking and close-on-exec.
2573 Making the second socket nonblocking is a bit subtle, given that we
2575 do that for a nonblocking socket. But if the kernel gives us EAGAIN,
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1974 svn_boolean_t nonblocking,
1983 if (nonblocking)
2069 svn_boolean_t nonblocking,
2086 if (nonblocking)
2095 return svn_io_lock_open_file(lockfile_handle, exclusive, nonblocking, pool);
1966 svn_io_lock_open_file(apr_file_t *lockfile_handle, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
2061 svn_io_file_lock2(const char *lock_file, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument

Completed in 112 milliseconds