Searched refs:async_scoped (Results 1 – 1 of 1) sorted by relevance
1031 bssl::UniquePtr<BIO> async_scoped = in DoExchange() local1033 if (!async_scoped) { in DoExchange()1036 BIO_push(async_scoped.get(), bio.release()); in DoExchange()1037 GetTestState(ssl.get())->async_bio = async_scoped.get(); in DoExchange()1038 bio = std::move(async_scoped); in DoExchange()