| /src/crypto/external/apache2/openssl/dist/crypto/async/ |
| async_local.h | 40 async_fibre fibrectx; member in struct:async_job_st
|
| async.c | 95 async_fibre_free(&job->fibrectx); 124 if (!async_fibre_makecontext(&job->fibrectx)) { 164 if (!async_fibre_swapcontext(&job->fibrectx, 228 &ctx->currjob->fibrectx, 1)) { 271 &ctx->currjob->fibrectx, 1)) { 307 if (!async_fibre_swapcontext(&job->fibrectx, 384 if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/async/ |
| async_local.h | 40 async_fibre fibrectx; member in struct:async_job_st
|
| async.c | 99 async_fibre_free(&job->fibrectx); 127 if (! async_fibre_makecontext(&job->fibrectx)) { 166 if (!async_fibre_swapcontext(&job->fibrectx, 230 &ctx->currjob->fibrectx, 1)) { 273 &ctx->currjob->fibrectx, 1)) { 309 if (!async_fibre_swapcontext(&job->fibrectx, 387 if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/async/ |
| async_local.h | 40 async_fibre fibrectx; member in struct:async_job_st
|
| async.c | 97 async_fibre_free(&job->fibrectx); 125 if (! async_fibre_makecontext(&job->fibrectx)) { 156 if (!async_fibre_swapcontext(&job->fibrectx, 206 &ctx->currjob->fibrectx, 1)) { 242 &ctx->currjob->fibrectx, 1)) { 273 if (!async_fibre_swapcontext(&job->fibrectx, 351 if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) {
|