Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dasynctest.c130 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_init_thread()
174 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_callback_status()
205 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_start_job()
233 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_get_current_job()
260 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_WAIT_CTX_get_all_fds()
325 || (waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_block_pause()
359 if ((waitctx = ASYNC_WAIT_CTX_new()) == NULL in test_ASYNC_start_job_ex()
/third_party/openssl/doc/man3/
DASYNC_WAIT_CTX_new.pod5 ASYNC_WAIT_CTX_new, ASYNC_WAIT_CTX_free, ASYNC_WAIT_CTX_set_wait_fd,
23 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void);
55 Application code must create an B<ASYNC_WAIT_CTX> using the ASYNC_WAIT_CTX_new()
183 ASYNC_WAIT_CTX_new() returns a pointer to the newly allocated B<ASYNC_WAIT_CTX>
208 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. I<ret> should
129 used even if it has been set. See ASYNC_WAIT_CTX_new() for more details.
263 ctx = ASYNC_WAIT_CTX_new();
/third_party/openssl/ohos_lite/include/openssl/
Dasync.h44 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void);
/third_party/openssl/include/openssl/
Dasync.h56 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/doc/
Dbuild.info538 DEPEND[html/man3/ASYNC_WAIT_CTX_new.html]=man3/ASYNC_WAIT_CTX_new.pod
539 GENERATE[html/man3/ASYNC_WAIT_CTX_new.html]=man3/ASYNC_WAIT_CTX_new.pod
540 DEPEND[man/man3/ASYNC_WAIT_CTX_new.3]=man3/ASYNC_WAIT_CTX_new.pod
541 GENERATE[man/man3/ASYNC_WAIT_CTX_new.3]=man3/ASYNC_WAIT_CTX_new.pod
2872 html/man3/ASYNC_WAIT_CTX_new.html \
3468 man/man3/ASYNC_WAIT_CTX_new.3 \
/third_party/openssl/apps/
Dspeed.c1772 loopargs[i].wait_ctx = ASYNC_WAIT_CTX_new(); in speed_main()
/third_party/openssl/ssl/
Dssl_lib.c1779 s->waitctx = ASYNC_WAIT_CTX_new(); in ssl_start_async_job()
/third_party/openssl/util/
Dlibcrypto.num2966 ASYNC_WAIT_CTX_new 3033 3_0_0 EXIST::FUNCTION: