Searched refs:async_ctx (Results 1 – 3 of 3) sorted by relevance
35 static async_ctx *async_ctx_new(void) in async_ctx_new()37 async_ctx *nctx; in async_ctx_new()59 async_ctx *async_get_ctx(void) in async_get_ctx()61 return (async_ctx *)CRYPTO_THREAD_get_local(&ctxkey); in async_get_ctx()66 async_ctx *ctx; in async_ctx_free()149 async_ctx *ctx = async_get_ctx(); in async_start_func()176 async_ctx *ctx; in ASYNC_start_job()289 async_ctx *ctx = async_get_ctx(); in ASYNC_pause_job()431 async_ctx *ctx; in ASYNC_get_current_job()450 async_ctx *ctx; in ASYNC_block_pause()[all …]
26 typedef struct async_ctx_st async_ctx; typedef78 async_ctx *async_get_ctx(void);
40 async_ctx *ctx = async_get_ctx(); in async_local_cleanup()
Completed in 9 milliseconds