Searched refs:AsyncBioEnforceWriteQuota (Results 1 – 3 of 3) sorted by relevance
36 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce);
685 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()687 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()724 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()729 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()
177 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce) { in AsyncBioEnforceWriteQuota() function