| /src/crypto/external/bsd/openssl.old/dist/test/ |
| asynctest.c | 50 ASYNC_WAIT_CTX *waitctx; local 54 waitctx = ASYNC_get_wait_ctx(job); 55 if (waitctx == NULL) 62 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) 67 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx)) 72 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) 74 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx) 94 ASYNC_WAIT_CTX *waitctx = NULL; local 130 ASYNC_WAIT_CTX *waitctx = NULL; local 158 ASYNC_WAIT_CTX *waitctx = NULL; local 185 ASYNC_WAIT_CTX *waitctx = NULL; local 252 ASYNC_WAIT_CTX *waitctx = NULL; local [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| asynctest.c | 84 ASYNC_WAIT_CTX *waitctx; local 88 waitctx = ASYNC_get_wait_ctx(job); 89 if (waitctx == NULL) 96 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) 101 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx)) 106 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) 108 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx) 128 ASYNC_WAIT_CTX *waitctx = NULL; local 168 ASYNC_WAIT_CTX *waitctx = NULL; local 200 ASYNC_WAIT_CTX *waitctx = NULL; local 228 ASYNC_WAIT_CTX *waitctx = NULL; local 255 ASYNC_WAIT_CTX *waitctx = NULL; local 322 ASYNC_WAIT_CTX *waitctx = NULL; local 346 ASYNC_WAIT_CTX *waitctx = NULL; local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| asynctest.c | 83 ASYNC_WAIT_CTX *waitctx; local 87 waitctx = ASYNC_get_wait_ctx(job); 88 if (waitctx == NULL) 95 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) 100 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx)) 105 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) 107 if (!ASYNC_WAIT_CTX_clear_fd(waitctx, waitctx) 127 ASYNC_WAIT_CTX *waitctx = NULL; local 167 ASYNC_WAIT_CTX *waitctx = NULL; local 200 ASYNC_WAIT_CTX *waitctx = NULL; local 228 ASYNC_WAIT_CTX *waitctx = NULL; local 255 ASYNC_WAIT_CTX *waitctx = NULL; local 322 ASYNC_WAIT_CTX *waitctx = NULL; local 346 ASYNC_WAIT_CTX *waitctx = NULL; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/async/ |
| async_local.h | 45 ASYNC_WAIT_CTX *waitctx; member in struct:async_job_st
|
| async.c | 197 ctx->currjob->waitctx = NULL; 268 ctx->currjob->waitctx = wctx; 313 async_wait_ctx_reset_counts(job->waitctx); 448 return job->waitctx;
|
| /src/crypto/external/bsd/openssl/dist/crypto/async/ |
| async_local.h | 45 ASYNC_WAIT_CTX *waitctx; member in struct:async_job_st
|
| async.c | 199 ctx->currjob->waitctx = NULL; 270 ctx->currjob->waitctx = wctx; 315 async_wait_ctx_reset_counts(job->waitctx); 451 return job->waitctx;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/async/ |
| async_local.h | 45 ASYNC_WAIT_CTX *waitctx; member in struct:async_job_st
|
| async.c | 188 ctx->currjob->waitctx = NULL; 240 ctx->currjob->waitctx = wctx; 279 async_wait_ctx_reset_counts(job->waitctx); 415 return job->waitctx;
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_afalg.c | 188 ASYNC_WAIT_CTX *waitctx; local 194 waitctx = ASYNC_get_wait_ctx(job); 195 if (waitctx == NULL) { 200 ret = ASYNC_WAIT_CTX_get_fd(waitctx, engine_afalg_id, 215 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id,
|
| e_dasync.c | 519 ASYNC_WAIT_CTX *waitctx; local 534 waitctx = ASYNC_get_wait_ctx(job); 536 if (ASYNC_WAIT_CTX_get_callback(waitctx, &callback, &callback_arg) && callback != NULL) { 547 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], 567 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], 569 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd);
|
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_afalg.c | 188 ASYNC_WAIT_CTX *waitctx; local 194 waitctx = ASYNC_get_wait_ctx(job); 195 if (waitctx == NULL) { 200 ret = ASYNC_WAIT_CTX_get_fd(waitctx, engine_afalg_id, 215 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id,
|
| e_dasync.c | 521 ASYNC_WAIT_CTX *waitctx; local 536 waitctx = ASYNC_get_wait_ctx(job); 538 if (ASYNC_WAIT_CTX_get_callback(waitctx, &callback, &callback_arg) && callback != NULL) { 550 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], 570 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], 572 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd);
|
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_afalg.c | 140 ASYNC_WAIT_CTX *waitctx; local 146 waitctx = ASYNC_get_wait_ctx(job); 147 if (waitctx == NULL) { 152 ret = ASYNC_WAIT_CTX_get_fd(waitctx, engine_afalg_id, 167 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id,
|
| e_dasync.c | 419 ASYNC_WAIT_CTX *waitctx; local 432 waitctx = ASYNC_get_wait_ctx(job); 434 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], 454 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], 456 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd);
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_lib.c | 1272 ASYNC_WAIT_CTX_free(s->waitctx); 1709 ASYNC_WAIT_CTX *ctx = s->waitctx; 1719 ASYNC_WAIT_CTX *ctx = s->waitctx; 1753 ASYNC_WAIT_CTX *ctx = s->waitctx; 1797 if (s->waitctx == NULL) { 1798 s->waitctx = ASYNC_WAIT_CTX_new(); 1799 if (s->waitctx == NULL) 1803 (s->waitctx, ssl_async_wait_ctx_cb, s)) 1808 switch (ASYNC_start_job(&s->job, s->waitctx, &ret, func, args,
|
| ssl_local.h | 1753 ASYNC_WAIT_CTX *waitctx; member in struct:ssl_st
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_lib.c | 1227 ASYNC_WAIT_CTX_free(s->waitctx); 1649 ASYNC_WAIT_CTX *ctx = s->waitctx; 1659 ASYNC_WAIT_CTX *ctx = s->waitctx; 1696 if (s->waitctx == NULL) { 1697 s->waitctx = ASYNC_WAIT_CTX_new(); 1698 if (s->waitctx == NULL) 1703 switch (ASYNC_start_job(&s->job, s->waitctx, &ret, func, args,
|
| ssl_local.h | 1437 ASYNC_WAIT_CTX *waitctx; member in struct:ssl_st
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_lib.c | 1519 ASYNC_WAIT_CTX_free(s->waitctx); 2113 if ((ctx = sc->waitctx) == NULL) 2127 if ((ctx = sc->waitctx) == NULL) 2175 if ((ctx = sc->waitctx) == NULL) 2246 if (sc->waitctx == NULL) { 2247 sc->waitctx = ASYNC_WAIT_CTX_new(); 2248 if (sc->waitctx == NULL) 2251 && !ASYNC_WAIT_CTX_set_callback(sc->waitctx, ssl_async_wait_ctx_cb, s)) 2256 switch (ASYNC_start_job(&sc->job, sc->waitctx, &ret, func, args,
|
| ssl_local.h | 1810 ASYNC_WAIT_CTX *waitctx; member in struct:ssl_connection_st
|