Home
last modified time | relevance | path

Searched refs:ASYNC_WAIT_CTX_get_changed_fds (Results 1 – 6 of 6) sorted by relevance

/openssl/test/
H A Dasynctest.c268 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
280 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
284 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, &fd, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
292 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
296 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, &delfd, in test_ASYNC_WAIT_CTX_get_all_fds()
304 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
/openssl/doc/man3/
H A DASYNC_WAIT_CTX_new.pod7 ASYNC_WAIT_CTX_get_changed_fds, ASYNC_WAIT_CTX_clear_fd,
34 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
77 The function ASYNC_WAIT_CTX_get_changed_fds() can be used to detect if any fds
190 ASYNC_WAIT_CTX_get_changed_fds, ASYNC_WAIT_CTX_clear_fd,
213 ASYNC_WAIT_CTX_get_changed_fds() and ASYNC_WAIT_CTX_clear_fd()
/openssl/include/openssl/
H A Dasync.h75 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
/openssl/crypto/async/
H A Dasync_wait.c109 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd, in ASYNC_WAIT_CTX_get_changed_fds() function
/openssl/ssl/
H A Dssl_lib.c2094 return ASYNC_WAIT_CTX_get_changed_fds(ctx, addfd, numaddfds, delfd, in SSL_get_changed_async_fds()
/openssl/util/
H A Dlibcrypto.num3400 ASYNC_WAIT_CTX_get_changed_fds 3474 3_0_0 EXIST::FUNCTION:

Completed in 55 milliseconds