Lines Matching refs:test_state
678 TestState *test_state = GetTestState(ssl); in RetryAsync() local
681 if (test_state->packeted_bio != nullptr && in RetryAsync()
682 PacketedBioAdvanceClock(test_state->packeted_bio)) { in RetryAsync()
685 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
687 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
700 AsyncBioAllowRead(test_state->async_bio, 1); in RetryAsync()
703 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()
706 test_state->cert_ready = true; in RetryAsync()
717 TestState *test_state = GetTestState(ssl); in DoRead() local
724 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
729 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()