Home
last modified time | relevance | path

Searched refs:ASYNC_WAIT_CTX_new (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/test/
Dasynctest.c97 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_init_thread()
135 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_start_job()
163 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_get_current_job()
190 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_WAIT_CTX_get_all_fds()
255 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_block_pause()
/third_party/openssl/doc/man3/
DASYNC_WAIT_CTX_new.pod5 ASYNC_WAIT_CTX_new, ASYNC_WAIT_CTX_free, ASYNC_WAIT_CTX_set_wait_fd,
14 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void);
38 Application code must create an ASYNC_WAIT_CTX using the ASYNC_WAIT_CTX_new()
108 ASYNC_WAIT_CTX_new() returns a pointer to the newly allocated ASYNC_WAIT_CTX or
130 ASYNC_WAIT_CTX_new(), ASYNC_WAIT_CTX_free(), ASYNC_WAIT_CTX_set_wait_fd(),
DASYNC_start_job.pod59 object created through the L<ASYNC_WAIT_CTX_new(3)> function. B<ret> should
259 ctx = ASYNC_WAIT_CTX_new();
/third_party/openssl/include/openssl/
Dasync.h44 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void);
/third_party/openssl/crypto/async/
Dasync_wait.c15 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void) in ASYNC_WAIT_CTX_new() function
/third_party/openssl/apps/
Dspeed.c1787 loopargs[i].wait_ctx = ASYNC_WAIT_CTX_new(); in speed_main()
/third_party/openssl/ssl/
Dssl_lib.c1683 s->waitctx = ASYNC_WAIT_CTX_new(); in ssl_start_async_job()
/third_party/openssl/util/
Dlibcrypto.num3078 ASYNC_WAIT_CTX_new 3033 1_1_0 EXIST::FUNCTION: