Home
last modified time | relevance | path

Searched refs:AsyncBioEnforceWriteQuota (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/
Dasync_bio.h42 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce);
Dasync_bio.cc182 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce) { in AsyncBioEnforceWriteQuota() function
Dbssl_shim.cc847 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
851 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
906 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
910 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()